Primal Green
#11875d
Looking for the precise values behind Primal Green (#11875d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #11875d | |
|---|---|---|
| RGB | rgb(17, 135, 93) | |
| HSL | hsl(159, 78%, 30%) | |
| CMYK | cmyk(87%, 0%, 31%, 47%) | |
| LAB | lab(50, -40, 14) | |
| OKLCH | oklch(0.55 0.117 162) |
Color harmonies
Tints & shades
Code snippets
color: #11875d;
background-color: #11875d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF11875D)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.53, blue: 0.36, alpha: 1.0)