Weaving Positive impact into Every Thread: At Palm Fibre, we believe in crafting a brighter future not just through beautiful products, but through responsible practices that benefit both the environment and our communities. Our commitment extends beyond minimizing our footprint by eliminating harmful chemicals and pursuing science-based emissions reduction. We actively participate in initiatives that nurture the world around us, from supporting educational institutions to contributing to environmental cleanup projects. This holistic approach to sustainability reflects our core values, ensuring that every thread woven into our products strengthens the fabric of a brighter tomorrow.Â
Sustainability Strategy &
Forward Goals
Zero emissions and increased renewable energy
Our company, which exports coir doormats and rugs, has set ambitious sustainability goals. By 2040, we aim for net-zero GHG emissions and to increase renewable energy to 60%. We're committed to using 30% recycled content in plastic packaging.
Net Zero GHG Emission by 2040
Renewable energy share to increase from 40% to 60%
Increased usage of recycled content in all plastic packaging
Increased use of Recycle materials like newspaper, denim, silk, PET and more.
Efforts to achieve Zero Waste to Landfill.
Environment
Environmental sustainability data
Palm Fibre is taking concrete steps towards a sustainable future. We've committed to eliminating harmful chemicals by joining the ZDHC Roadmap to Zero programme and implementing its guidelines. Additionally, we're pursuing science-based emissions reduction targets through the SBTi's Corporate Net-Zero Standard program. This journey extends beyond our core business. We believe in weaving a brighter future, thread by thread.
0%
Use of natural
& sustainable fibre
0%
Water conservation
& save 100,000 ltrs
0ltr
Rainwater
harvesting capacity
0units
Solar energy
generated per day
0kcal
Heat recovery
every day
Beyond Profits
As a company, we actively engage in community-based activities to make a positive impact. This includes financial aid to support education for underprivileged children. Furthermore, our contributions extend to helping children by providing books and study materials, empowering them with educational resources for a brighter future. Additionally, we provide safe housing through residential construction, and participate in environmental initiatives like canal cleaning, ensuring cleaner and healthier surroundings for our community. These endeavours reflect our dedication to social responsibility and fostering a thriving and sustainable community. Click to see our detailed financial summary FY 2020-21, FY 2021-22, FY 2022-23 and CSR
function confirmDownload(event, url, filename) {
event.preventDefault();
if (window.confirm('Do you want to download this file?')) {
forceDownload(url, filename);
}
}
function forceDownload(url, filename) {
fetch(url)
.then(response => response.blob())
.then(blob => {
const link = document.createElement('a');
link.href = URL.createObjectURL(blob);
link.download = filename;
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
})
.catch(error => console.error('Error downloading the file:', error));
}
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok