#2f8213
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 130, 19
HSL
105°, 75%, 29%
CMYK
64, 0, 85, 49
Luminance
0.1662
Every format
| HEX | #2f8213 |
| RGB | rgb(47, 130, 19) |
| HSL | hsl(105, 75%, 29%) |
| CMYK | cmyk(64%, 0%, 85%, 49%) |
| LAB | lab(47.8 -44.7 47.4) |
| LCH | lch(47.8 65.1 133.3) |
| OKLCH | oklch(0.535 0.161 139.6) |
Copy-ready code
/* CSS */
color: #2f8213;
background-color: #2f8213;
/* Tailwind (arbitrary) */
class="text-[#2f8213] bg-[#2f8213]"
/* SCSS */
$brand: #2f8213;
/* SwiftUI */
Color(red: 0.184, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#2f8213")Accessibility — WCAG contrast
Aa
#2f8213 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f8213 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green51.0%
Blue7.5%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow85.4%
Key (black)49.0%
Color previews
#2f8213 text on a black background
contrast 4.32:1
Card sample
#2f8213 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8213;
Background color
Panel with #2f8213 background
background-color: #2f8213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8213; background: linear-gradient(135deg, #2f8213, #138241);