Jungle Jewels
#58a64b
Looking for the precise values behind Jungle Jewels (#58a64b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #58a64b | |
|---|---|---|
| RGB | rgb(88, 166, 75) | |
| HSL | hsl(111, 38%, 47%) | |
| CMYK | cmyk(47%, 0%, 55%, 35%) | |
| LAB | lab(62, -39, 39) | |
| OKLCH | oklch(0.65 0.149 141) |
Color harmonies
Tints & shades
Code snippets
color: #58a64b;
background-color: #58a64b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF58A64B)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.65, blue: 0.29, alpha: 1.0)