The plain, simple dull color tiles can become monotonous after a specific time. So why not opt for safe, colorful, slip-resistant, and durable tiles? Playground tile is a perfect choice for installing over hard surfaces.
Why Playground Tiles?
Playground Tiles are made of recycled rubber which provides a safe shock-absorbent surface to protect children.
Features Offered by Perfect Rubber Mulch Playground Tiles
Available in Different Sizes
Different playgrounds have different measurements, so do our playground tiles. We offer two different sizes: Choose the tile size and thickness that fits best for your playground.
Provide Long-Lasting Color
Choose five long-lasting colors to beautify your play area.
Requires Low Maintenance
Installation is easy, using an included interconnecting dowel and glue system while laying over hard surfaces or a prepared stone base.
Playground Tiles are Slip Resistant
Seamless surface with excellent traction to help keep kids safe from slips. Parents can rest assured that kids can run, jump and play with a soft, non-slip, durable surface under their feet.
Provides Extra Safety to Your Children
We are very keen on providing a safe environment for your children. Through our long-lasting and versatile playground borders and mats, your children will get the security they need—no worrying about mud, insects, or tripping.
Durable
Made from sustainable recycled rubber, it provides year after year of high quality, colorful and safe surfacing.
Wait no more and order the tiles of your choice. If you want to get a quote, you can also email us or go to the ‘Request a Quote’ section.
Excellent for creating clean lines, rubber curbs can be used to border playgrounds and other outdoor areas. One of the greatest advantages is that they are bendable and interlocking, giving you the freedom to create any shape for your custom project.
Add an extra level of cushion to your playground with our rubber mulch mats. They do not just protect against hard falls, they are great at preventing displacement of mulch under swings or at the bottom of slides where landing or dragging of feet typically occurs.
function MulchCalc() {
var a = document.getElementById("ppsft").value;
var b = (document.getElementById("Depther").value / 12);
var c = document.getElementById("Widther").value;
var d = document.getElementById("Lengther").value;
if (a > 0) {
if (b > 0) {
if (c > 0) {
if (d > 0) {
var math = a * c * d;
var tpo = Math.round((math * 10) / 10).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tpo").html(tpo);
g = math / 2000;
var tto = g.toFixed(2);
jQuery("#tto").html(tto);
var tba = Math.round(((math * 10) / 10) / 40).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tba").html(tba);
var tpa = Math.ceil((math / 20) / 100);
jQuery("#tpa").html(tpa);
jQuery("#mulch_results").addClass('show-results');
setTimeout(function () {
jQuery("#total_lbs").addClass('grow');
}, 300);
setTimeout(function () {
jQuery("#total_tons").addClass('grow');
}, 500);
setTimeout(function () {
jQuery("#total_bags").addClass('grow');
}, 700);
setTimeout(function () {
jQuery("#total_pallets").addClass('grow');
}, 900);
}
else { var calcerror = '
*Length has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Width has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Depth has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Pounds Per Square Inch has not been set properly
'; $("#calcerror").html(calcerror);}
};
function ChangeLbsSqFt(e) {
var t = e.value;
if (t == 1) { document.getElementById("ppsft").value = "2.33"; }
if (t == 2) { document.getElementById("ppsft").value = "3.495"; }
if (t == 3) { document.getElementById("ppsft").value = "4.66"; }
if (t == 4) { document.getElementById("ppsft").value = "6.99"; }
if (t == 5) { document.getElementById("ppsft").value = "9.32"; }
if (t == 6) { document.getElementById("ppsft").value = "11.65"; }
if (t == 7) { document.getElementById("ppsft").value = "13.98"; }
console.log(t);
};