Best Rubber Mulch® offers the most affordable landscape surfacing option for city, county, or state park. Our colored rubber mulch options are a worthwhile, sensible investment for any park looking to provide vibrant surfacing around their information centers and on their park playgrounds. Engineered to be the best surfacing material for parks, rubber mulch is safe for the environment and won’t need to be replaced for years.
Parks are natural environments and can continue to be healthy places for animals and plants thanks to the properties of our rubber mulch. Non-toxic, virtually wire free, and ASTM safety standard compliant, our rubber mulch can be used confidently in any city, county, or state parks. Rubber mulch allows water to trickle down to plant roots while deterring weeds and pests.
Impress Visitors with Safe and Colorful Rubber Mulch
Park coordinators and rangers responsible for finding perfect garden, playground, and other landscaping surfacing options rely on rubber mulch for the best first impressions, year round. Wood chips are dry and easily washed away while traditional mulch can attract unwanted pests like termites.
Rubber mulch is the safest and most practical surfacing option you can choose for your park and is available in a variety of colors. It makes park playgrounds easy to enjoy without the risk of extreme injury and can make a lasting impression on visitors who appreciate the splash of color rubber mulch can offer.
Aside from being safe and decorative, rubber mulch is a cost-effective landscaping option for parks. With the ability to withstand powerful winds and rain without being pushed out of flower beds, rubber mulch can last years without needing to be replaced. This gives city, county, and state parks the opportunity to spend their budget on other landscaping needs they may have instead of applying new mulch around the park every year. The ability rubber mulch has to fight weed growth and retain moisture can help parks expand their budget to other needs outside of landscaping.
The advantages of rubber mulch make it easy to see why so many parks across the U.S. make the investment once instead of buying new mulch and wood chips every year. Our rubber landscaping surfacing material is attractive and features fall protection for safety. Impress visitors and tourists of your park with the durable, visually appealing rubber surfacing products available nationwide from Best Rubber Mulch®.
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);
};