Lush Paradise
#2e7d32
Lush Paradise, represented by the hex value #2e7d32, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2e7d32 | |
|---|---|---|
| RGB | rgb(46, 125, 50) | |
| HSL | hsl(123, 46%, 34%) | |
| CMYK | cmyk(63%, 0%, 60%, 51%) | |
| LAB | lab(46, -37, 33) | |
| OKLCH | oklch(0.52 0.135 144) |
Color harmonies
Tints & shades
Code snippets
color: #2e7d32;
background-color: #2e7d32;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF2E7D32)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.49, blue: 0.20, alpha: 1.0)