#2f892c
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 137, 44
HSL
118°, 51%, 36%
CMYK
66, 0, 68, 46
Luminance
0.1868
Every format
| HEX | #2f892c |
| RGB | rgb(47, 137, 44) |
| HSL | hsl(118, 51%, 36%) |
| CMYK | cmyk(66%, 0%, 68%, 46%) |
| LAB | lab(50.3 -45.3 40.7) |
| LCH | lch(50.3 60.9 138.1) |
| OKLCH | oklch(0.557 0.155 142.7) |
Copy-ready code
/* CSS */
color: #2f892c;
background-color: #2f892c;
/* Tailwind (arbitrary) */
class="text-[#2f892c] bg-[#2f892c]"
/* SCSS */
$brand: #2f892c;
/* SwiftUI */
Color(red: 0.184, green: 0.537, blue: 0.173)
/* Android */
Color.parseColor("#2f892c")Accessibility — WCAG contrast
Aa
#2f892c on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f892c on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green53.7%
Blue17.3%
CMYK percentages
Cyan65.7%
Magenta0.0%
Yellow67.9%
Key (black)46.3%
Color previews
#2f892c text on a black background
contrast 4.74:1
Card sample
#2f892c text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f892c;
Background color
Panel with #2f892c background
background-color: #2f892c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f892c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 137, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 137, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f892c; background: linear-gradient(135deg, #2f892c, #2C8967);