#2f720c
a deep, electric green · cool · closest name: forestgreen
RGB
47, 114, 12
HSL
99°, 81%, 25%
CMYK
59, 0, 90, 55
Luminance
0.1267
Every format
| HEX | #2f720c |
| RGB | rgb(47, 114, 12) |
| HSL | hsl(99, 81%, 25%) |
| CMYK | cmyk(59%, 0%, 90%, 55%) |
| LAB | lab(42.3 -39.0 44.3) |
| LCH | lch(42.3 59.0 131.4) |
| OKLCH | oklch(0.489 0.145 138.1) |
Copy-ready code
/* CSS */
color: #2f720c;
background-color: #2f720c;
/* Tailwind (arbitrary) */
class="text-[#2f720c] bg-[#2f720c]"
/* SCSS */
$brand: #2f720c;
/* SwiftUI */
Color(red: 0.184, green: 0.447, blue: 0.047)
/* Android */
Color.parseColor("#2f720c")Accessibility — WCAG contrast
Aa
#2f720c on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f720c on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green44.7%
Blue4.7%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow89.5%
Key (black)55.3%
Color previews
#2f720c text on a black background
contrast 3.53:1
Card sample
#2f720c text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f720c;
Background color
Panel with #2f720c background
background-color: #2f720c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f720c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 114, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 114, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f720c; background: linear-gradient(135deg, #2f720c, #0C722D);