Menu

AUD
2027 Traverse HD 240
$1,900.00 Incl. tax
Add to cart
2027 Traverse HD 240
Specialized
(0)

2027 Traverse HD 240

$1,900.00 Incl. tax
In stock

The Traverse HD is the strongest carbon trail wheel we’ve ever tested, engineered for those who live to send it—maybe harder than they should. Read more.

Product description

The Traverse HD is the strongest carbon trail wheel we’ve ever tested, engineered for those who live to send it—maybe harder than they should. Designed to handle big hits and rowdy lines, the Traverse HD 240 DEG is built to keep rolling no matter how hard you charge.

At a Glance

  • Use: Aggressive Trail, Enduro
  • Weight (29"): 1,795 grams (with valves and tape), Front: 780g, Rear: 1,015g
  • Recommended Tires: Butcher and Eliminator
  • Internal Width: 30mm
  • Hub: DT Swiss 240 DEG, 90 Teeth / 4 Degrees
  • Spoke Count: 29 Front: 28H, 29 & 27.5 Rear: 32H

TECHNICAL SPECIFICATIONS

Frameset

  • Seat Binder: Alloy, 38.6mm
  • Frame: M5 Alloy chassis and rear-end, Trail Geometry, horst pivot geo adjustment, threaded BB, internal cable routing with external rear brake option, 12x148mm dropouts, sealed cartridge bearing pivots, SRAM UDH compatible, 170mm of travel

Rims

  • Wheel Size / ETRTO: Front: 29"/622 mm, Rear: 29"/622 mm 27.5"/584 mm
  • Tubeless Compatibility: Yes
  • Insert Compatibility: Yes
  • Brake Compatibility: Disc (6-Bolt)
  • Rim Construction: Carbon Clincher Hookless
  • Valve Stem Length: Roval Thread Bead 37mm, greater than Standard Presta 37mm
  • Hole Count: Front: 28H, Rear: 32H
  • Rear Rim Dimensions: Depth: 24mm, External Width: 40mm, Internal Width: 30mm, Bead Hook Width: 5mm
  • Rear Rim: Traverse HD Asymmetric Carbon 29" (WC037-3), 27.5" (WC041-3)
  • Front Rim Dimensions: Depth: 24mm, External Width: 40mm, Internal Width: 30mm, Bead Hook Width: 5mm
  • Front Rim: Traverse HD Asymmetric Carbon 29" (WC037-1)

Hubs

  • Rear Hub: DT Swiss 240 J-Bend, 6-Bolt, 12x148mm
  • Rear Freehub Body: DT Swiss Ratched DEG (90T): Sram XD
  • Rear Hub Bearing: DT Swiss Stainless Steel - DS: 1526 (15 x 26 x 7 mm), NDS: 1526 (15 x 26 x 7 mm)
  • Front Hub: DT Swiss 240 J-Bend, 6-Bolt, 15x110mm, 19mm OD End Caps Installed
  • Front Hub Bearing: DT Swiss Stainless Steel - DS: 1728 (17 x 28 x 7 mm), NDS: 1728 (17 x 28 x 7 mm)

Spokes & nipples

  • Nipples: DT Swiss Pro Lock, Hexagonal, Alloy
  • Rear Spokes: DT Swiss Revolite
  • Rear Lacing Pattern: Three-cross / Three-cross (1:1) Tucked
  • Front Spokes: DT Swiss Revolite
  • Front Lacing Pattern: Two-cross / Two-cross (1:1) Tucked

Tire info

  • Tubeless Tape Width: 32 mm
  • Tire Type: Tubeless, Tube Type Clincher
  • Design Tire: Butcher Grid Trail T9 TLR Tire 29 x 2.4
  • Max Pressure: Tubeless 40 psi, Tubes 40 psi
  • Approved Tire Widths: 2.3” - 2.6”

Weight

  • Wheelset Weight: 1,795g (with valves and tape) - 29" / 1,682g (with valves and tape) - 29/27.5"
  • Rear Weight: 1,015g (with valves and tape) - 29" / 902g (with tape and valves) - 27.5"
  • Front Weight: 780g (with valves and tape)

General

  • Warranty: Limited Lifetime Warranty
  • Assembly Method: Hand Built
  • Weight Limit: 275 lbs. / 125 kg.
  • E-bike Approved: Yes
  • Extras: 4 Extra Spokes and Nipples, 31mm OD End Caps

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2027 Traverse HD 240
Specialized
2027 Traverse HD 240
$1,900.00 $1,727.27
 

Specifications

0/5
0 stars based on 0 reviews
0 reviews

Available in store

Online and in-store prices may differ
Last updated: Today at 15:52
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2027 Traverse HD 240

This product has been added to your cart
// $(document).ready(function() // { // if( $(window).width() < 768 ) // { // // console.log('Win Width less than 768'); // console.log('sticky start mobile'); // const addToCartButton = document.getElementById('add-to-cart-button'); // const elem = $('.addtocart-sticky'); // let stickyVisible = false; // const observer = new IntersectionObserver(function(entries) // { // if(entries[0].isIntersecting === true) // { // console.log('sticky intersecting TRUE'); // if( stickyVisible ) // { // console.log('already visible, remove class'); // elem.removeClass('mobile-visible'); // stickyVisible = false; // } // } // else // { // if( !stickyVisible ) // { // elem.addClass('mobile-visible'); // stickyVisible = true; // } // } // }, { threshold: [0] }); // if( addToCartButton ) // { // observer.observe(addToCartButton); // } // } // else // { // var stickyVisible = false; // function checkStickyAddToCart() // { // if( $('.addtocart-holder').length > 1 ) // { // var distance = $('.addtocart-holder').offset().top; // var elem = $('.addtocart-sticky'); // if ( $(window).scrollTop() >= distance ) // { // if( !stickyVisible ) // { // elem.addClass('visible'); // elem.fadeIn(100); // stickyVisible = true; // } // } // else // { // if( stickyVisible ) // { // elem.removeClass('visible'); // elem.fadeOut(100); // stickyVisible = false; // } // } // setTimeout(checkStickyAddToCart, 100); // } // } // checkStickyAddToCart(); // } // if( $(window).width() > 767 && theme.settings.product_mouseover_zoom ) // { // /* Zoom on hover image */ // $('.zoom').zoom({touch:false}); // } // //==================================================== // // Product page images // //==================================================== // var swiperProdImage = new Swiper('.swiper-productimage', { // lazy: true, // // pagination: { // // el: '.swiper-pagination-image', // // clickable: true, // // }, // on: { // lazyImageReady: function() // { // $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({opacity: 1}, 200); // }, // } // }); // var swiperThumbs = new Swiper('.swiper-productthumbs', { // navigation: { // nextEl: '.thumb-arrow-right', // prevEl: '.thumb-arrow-left', // }, // spaceBetween: 15, // slidesPerView: 5, // breakpoints: { // 991: { // slidesPerView: 4, // spaceBetween: 15, // }, // 767: { // slidesPerView: 5, // spaceBetween: 15, // }, // 548: { // slidesPerView: 4, // spaceBetween: 15, // } // }, // on: { // init: function () { // this.centerSlides(); // }, // resize: function () { // this.centerSlides(); // } // } // }); // $('.swiper-productthumbs img').on('click', function() // { // var itemIndex = $(this).parent().index(); // $('.swiper-productthumbs .swiper-slide').removeClass('active'); // $(this).parent().addClass('active'); // swiperProdImage.slideTo(itemIndex); // swiperProdImage.update(true); // }); // //==================================================== // // End product page images // //==================================================== // $('.bundle-product [data-bundle-pid]').on('click', function(e) // { // e.preventDefault(); // var pid = $(this).attr('data-bundle-pid'); // var bid = $(this).attr('data-bundle-id'); // $('.bundle-configure[data-bundle-id="'+bid+'"][data-bundle-pid="'+pid+'"]').fadeIn(); // }); // $('.bundle-configure button, .bundle-configure .close').on('click', function(e) // { // e.preventDefault(); // $(this).closest('.bundle-configure').fadeOut(); // }); // });
Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »