FLOOR BASEBOARD MDF 19x58x2400MM TUME TAMM CLIP

The photographs are for illustrative purposes only.
Get AI analytics on product MDF Floor Baseboard 19×58×2400 mm Dark Oak Clip:
5.51€/pc.
Ex Tax: 4.45€/pc.
Classen
0 reviews
In stock
Product Code: 000-471357ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
Tags:
Product sizes240,00 x 1,90 x 5,80 cm
Package dimensions241,00 x 10,50 x 7,50 cm
Gross weight1,037 kg
Net weight1,097 kg

Dark oak MDF skirting board with clip mount — 19 × 58 × 2400 mm

Skirting board for a neat transition between floor and wall, made of MDF with a clip mounting system for straightforward installation. Available to buy at SityPro — check price and product features before ordering.

Key Benefits


    Clean finishing profile that hides the gap between floor and wall
  • Clip mounting for faster, tool-friendly installation
  • MDF construction provides a uniform surface and stable shape
  • Dark oak finish adds a warm, natural look to interiors
  • Lightweight piece — net weight 1,037 kg for easy handling
  • Long 2400 mm length reduces the number of joints

Applications

Suitable for finishing interior floor edges; application is primarily decorative and protective.


    Living rooms
  • Bedrooms
  • Hallways and corridors
  • Offices
  • Retail interiors

What to Consider When Choosing


    Verify the skirting dimensions (length, height, thickness) match your project
  1. Ensure clip mounting is compatible with your flooring and subfloor
  2. Match the dark oak finish to existing floor and trim tones
  3. Consider net and gross weight for handling on site
  4. Check package dimensions for delivery and storage space

Specifications


    Material: MDF
  • Dimensions: 19 × 58 × 2400 mm (240.00 × 1.90 × 5.80 cm)
  • Finish / Color: Dark oak (Tume tamm)
  • Mounting: Clip
  • Net weight: 1,037 kg
  • Gross weight: 1,097 kg
  • Package dimensions: 241.00 × 10.50 × 7.50 cm

Why Buy from SityPro


    Easy online ordering — buy quickly from SityPro with clear product features
  • Transparent price information and competitive offers
  • Delivery available to Estonia and Finland for convenient receipt
  • Responsive customer support to help with selection and questions
  • Products packed for transport based on package dimensions for safe delivery

Description provided by sitypro.com

FLOOR BASEBOARD MDF 19x58x2400MM TUME TAMM CLIP
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the FLOOR BASEBOARD MDF 19x58x2400MM TUME TAMM CLIP

What is the FLOOR BASEBOARD MDF 19x58x2400MM TUME TAMM CLIP?

FLOOR BASEBOARD MDF 19x58x2400MM TUME TAMM CLIP is an MDF skirting board 2400 mm long, 58 mm high and 19 mm thick with dark oak (tume tamm) finish and CLIP mounting; unit net weight 1.037 kg, dimensions 240.00 x 1.90 x 5.80 cm.

Is this baseboard suitable for laminate flooring?

Yes, the MDF 19x58x2400MM TUME TAMM CLIP is suitable for laminate floors; the 58 mm height covers expansion gaps and conceals installation joints, while the CLIP mounting simplifies fitting.

How is the CLIP version of the baseboard installed?

The CLIP version installs by fixing CLIP brackets to the wall and snapping the baseboard onto them, providing a neat, screw-free finish and quick installation.

What are the exact dimensions and weight of the baseboard?

Dimensions are 240.00 x 1.90 x 5.80 cm (length x thickness x height); unit net weight 1.037 kg, gross weight 1.097 kg, package dimensions 241 x 10.50 x 7.50 cm.

What material is the baseboard made from and what is its lifespan?

The baseboard is made from MDF with a dark oak (tume tamm) decorative finish; lifespan depends on use and care, but MDF performs well in residential settings when correctly installed and maintained.

Can this baseboard be cut to length and how best to do it?

Yes, the MDF 19x58x2400MM TUME TAMM CLIP can be cut with a wood saw or mitre saw; cut carefully from the face side and sand the ends before fitting.

Is this baseboard suitable for humid rooms like kitchens or hallways?

The MDF baseboard is suitable for moderately humid rooms like kitchens and hallways, but is not recommended for persistently wet areas (bathrooms/shower rooms) where MDF may swell.

What colour/finish is this — is it dark oak?

The product description specifies TUME TAMM (dark oak) finish, so this A148024SP item has a dark oak decorative surface; no other finishes are listed for this model.

How many pieces do I need for a room and how to calculate quantity?

Measure the room perimeter in metres and divide by 2.4 (one board = 2.4 m); round up and add 5–10% waste for cuts and joints.

Is this baseboard suitable for hiding cables?

The 58 mm height can accommodate thin cables, but the MDF 19x58x2400MM TUME TAMM CLIP does not feature a dedicated cable channel; you may need an extra profile or routing to neatly hide wiring.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');