Leaf
#71aa34
Leaf, represented by the hex value #71aa34, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #71aa34 | |
|---|---|---|
| RGB | rgb(113, 170, 52) | |
| HSL | hsl(89, 53%, 44%) | |
| CMYK | cmyk(34%, 0%, 69%, 33%) | |
| LAB | lab(64, -34, 52) | |
| OKLCH | oklch(0.67 0.16 132) |
Color harmonies
Tints & shades
Code snippets
color: #71aa34;
background-color: #71aa34;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF71AA34)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.67, blue: 0.20, alpha: 1.0)