Wild Forest
#38914a
Looking for the precise values behind Wild Forest (#38914a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #38914a | |
|---|---|---|
| RGB | rgb(56, 145, 74) | |
| HSL | hsl(132, 44%, 39%) | |
| CMYK | cmyk(61%, 0%, 49%, 43%) | |
| LAB | lab(54, -40, 29) | |
| OKLCH | oklch(0.59 0.136 148) |
Color harmonies
Tints & shades
Code snippets
color: #38914a;
background-color: #38914a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF38914A)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.57, blue: 0.29, alpha: 1.0)