Emerald
#028f1e
Here's everything about the color Emerald (#028f1e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #028f1e | |
|---|---|---|
| RGB | rgb(2, 143, 30) | |
| HSL | hsl(132, 97%, 28%) | |
| CMYK | cmyk(99%, 0%, 79%, 44%) | |
| LAB | lab(52, -50, 46) | |
| OKLCH | oklch(0.56 0.181 144) |
Color harmonies
Tints & shades
Code snippets
color: #028f1e;
background-color: #028f1e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF028F1E)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.56, blue: 0.12, alpha: 1.0)