When you’re looking for the best recycled rubber mulch in Illinois, come to Perfect Rubber Mulch. As the leading supplier of rubber mulch in IL, we’re pleased to be your one-stop resource for locating mulch that suits your playground, backyard, horse arena, firing range or other location. From Springfield to Chicago, our rubber mulch is a safe, non-toxic, affordable choice that works in a wide range of settings in the Midwest. Additionally, because it can retain moisture without absorbing it and survive harsh Illinois winters, it’s an ideal option for Chicagoland yards.
Whether you’re interested in creating a safe surface for a school playground or a durable surface for a military firing range, we have the Illinois rubber mulch that can help. Get in touch for a free quote and learn why our mulch is already in place at locations throughout the state.
The Advantages That Come From Our Rubber Mulch
Buying mulch from Perfect Rubber Mulch means buying a surfacing option that’s as versatile as it is sustainable. Made completely from recycled materials, our mulch offers the reliability of a surface that can last 10 years or more, as well as the convenience of a product that can be delivered to your door. Take a look at some of the biggest benefits of our mulch, in Springfield, IL, Chicago, IL and beyond:
Affordable prices
Versatility of use
Durability through changing seasons
Requires little to no maintenance
Made from recycled materials
Safe, non-toxic, sustainable
Designed to last 10+ years
Available in various colors
Bulk sizing available
How to Order Your Rubber Mulch
When you’re interested in adding our rubber mulch to your home or business, get in touch with our team. We’ll be happy to provide a free quote on your potential order, and answer any questions you have. Whether you’re looking for rubber mulch for a Chicago playground or landscaping rubber mulch in Naperville, IL, we’re here to help. Explore the possibilities we have available on our website, and contact us to start your order.
Contact Us Today!
To get started, choose your color and quantity below Each unit is a 2,000 lb. super sack Shipping & Tax included in advertised price For orders over 8,000 lbs. (>4 units), call 312-288-8211
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);
};