#2f991f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 153, 31
HSL
112°, 66%, 36%
CMYK
69, 0, 80, 40
Luminance
0.2349
Every format
| HEX | #2f991f |
| RGB | rgb(47, 153, 31) |
| HSL | hsl(112, 66%, 36%) |
| CMYK | cmyk(69%, 0%, 80%, 40%) |
| LAB | lab(55.6 -52.1 51.0) |
| LCH | lch(55.6 73.0 135.6) |
| OKLCH | oklch(0.600 0.182 141.3) |
Copy-ready code
/* CSS */
color: #2f991f;
background-color: #2f991f;
/* Tailwind (arbitrary) */
class="text-[#2f991f] bg-[#2f991f]"
/* SCSS */
$brand: #2f991f;
/* SwiftUI */
Color(red: 0.184, green: 0.600, blue: 0.122)
/* Android */
Color.parseColor("#2f991f")Accessibility — WCAG contrast
Aa
#2f991f on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f991f on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green60.0%
Blue12.2%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow79.7%
Key (black)40.0%
Color previews
#2f991f text on a black background
contrast 5.70:1
Card sample
#2f991f text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f991f;
Background color
Panel with #2f991f background
background-color: #2f991f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f991f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 153, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 153, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f991f; background: linear-gradient(135deg, #2f991f, #1F9960);