Evergreen
#125b49
Evergreen, represented by the hex value #125b49, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #125b49 | |
|---|---|---|
| RGB | rgb(18, 91, 73) | |
| HSL | hsl(165, 67%, 21%) | |
| CMYK | cmyk(80%, 0%, 20%, 64%) | |
| LAB | lab(34, -26, 4) | |
| OKLCH | oklch(0.42 0.075 172) |
Color harmonies
Tints & shades
Code snippets
color: #125b49;
background-color: #125b49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF125B49)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.36, blue: 0.29, alpha: 1.0)