FLOOR BASEBOARD MDF 19x58x2400MM TAMM CLIP

The photographs are for illustrative purposes only.
Get AI analytics on product MDF Floor Baseboard 19x58x2400 mm Oak Clip:
5.25€/pc.
Ex Tax: 4.23€/pc.
Classen
0 reviews
In stock
Product Code: 000-471355ASP
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

Oak-effect MDF skirting with clip mounting, profile 19 × 58 × 2400 mm

Skirting board for finishing floor edges and protecting walls; MDF construction with oak (tamm) appearance and clip mounting, length 240.00 cm. Available to buy from SityPro.

Key Benefits


    MDF material ensures a stable, consistent profile and finish
  • Oak (tamm) appearance adds a natural aesthetic
  • Clip mounting for quick and secure installation
  • Standard 240.00 cm length simplifies planning and cutting
  • Light net weight — 1,037 kg per unit for easy handling
  • Compact packaging with manageable gross weight — 1,097 kg

Applications

Suitable where a neat floor-to-wall transition and protection are required.


    Living rooms and lounges
  • Bedrooms and children's rooms
  • Hallways and entryways
  • Office interiors and commercial fit-outs

What to Consider When Choosing


    Confirm the 240.00 cm length and 19 × 58 profile fit your room layout
  1. Ensure MDF material meets moisture and durability needs for the space
  2. Verify clip mounting compatibility with your subwall or mounting system
  3. Account for net weight (1,037 kg) and gross weight (1,097 kg) for handling
  4. Check package dimensions for transport and storage planning

Specifications


    Material: MDF
  • Profile size: 19 × 58 × 2400 mm
  • Product dimensions: 240.00 × 1.90 × 5.80 cm
  • Package dimensions: 241.00 × 10.50 × 7.50 cm
  • Net weight: 1,037 kg
  • Gross weight: 1,097 kg
  • Finish: tamm (oak)
  • Mounting: clip

Why Buy from SityPro


    Easy to buy online with clear product features and descriptions
  • Competitive price and transparent information on specifications
  • Delivery available to Estonia and Finland for convenient shipping
  • Dedicated customer support to help with selection and application
  • SityPro offers reliable packing and dispatch based on package dimensions

Description provided by sitypro.com

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

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

What is the FLOOR BASEBOARD MDF 19x58x2400MM TAMM CLIP and which floors is it suitable for?

FLOOR BASEBOARD MDF 19x58x2400MM TAMM CLIP is an MDF skirting board, 2400 mm long, 19 mm thick and 58 mm high, used to cover the gap between wall and floor. It is suitable for laminate, engineered wood and vinyl floors when installed with the CLIP fixing system.

What are the exact dimensions and weight of this baseboard?

The baseboard measures 240.00 x 1.90 x 5.80 cm (length x thickness x height). Package dimensions are 241.00 x 10.50 x 7.50 cm, unit net weight 1.037 kg and gross weight 1.097 kg.

What material is the FLOOR BASEBOARD MDF 19x58x2400MM TAMM CLIP made of?

The baseboard is made of MDF (medium-density fibreboard) with an oak/tamm decorative finish and is designed for installation with CLIP fittings.

Is this baseboard suitable for wet rooms like a bathroom?

MDF is not ideal for consistently wet environments, so this baseboard is not recommended for bathrooms. It is suitable for hallways, living rooms and bedrooms.

How is the FLOOR BASEBOARD MDF 19x58x2400MM TAMM CLIP installed — are special fixings needed?

Installation uses the CLIP hidden fixing system: a profile or clips are attached to the wall and the skirting board snaps onto them. Ensure you have the required CLIP fittings as they may not be included.

Can this baseboard be cut for corners and how to get neat joints?

The MDF baseboard can be cut with a saw or mitre box thanks to its MDF construction. For neat joints use 45° cuts with a mitre box or compatible internal/external corner pieces for the CLIP system.

Is this baseboard suitable for underfloor heating?

The MDF baseboard does not prevent underfloor heating, but MDF can deform under high temperatures. It is suitable if the floor surface temperature remains within normal underfloor heating limits; avoid prolonged direct high heat.

How does model A148022SP (000-471355ASP) differ from other Classen skirtings?

Model A148022SP (000-471355ASP) is an MDF skirting 19x58x2400 mm with a tamm (oak) finish and CLIP fixing. Its distinction is the specific 58 mm height, 19 mm thickness and CLIP installation; other Classen models may vary in profile, size or material.

How many metres of baseboard do I need for a room and how to calculate the number of boards?

Measure the room perimeter in metres and divide by the board length of 2.4 m. Round up and add 5–10% waste allowance for cuts and joints.

Can this MDF baseboard be painted or touched up after installation?

The MDF baseboard can be painted with water-based or acrylic paint after priming. Ensure the surface is clean and use paints compatible with MDF and the oak decorative finish.

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ххххххх');