#2f730c
a deep, electric green · cool · closest name: forestgreen
RGB
47, 115, 12
HSL
100°, 81%, 25%
CMYK
59, 0, 90, 55
Luminance
0.1289
Every format
| HEX | #2f730c |
| RGB | rgb(47, 115, 12) |
| HSL | hsl(100, 81%, 25%) |
| CMYK | cmyk(59%, 0%, 90%, 55%) |
| LAB | lab(42.6 -39.4 44.6) |
| LCH | lch(42.6 59.5 131.4) |
| OKLCH | oklch(0.492 0.146 138.2) |
Copy-ready code
/* CSS */
color: #2f730c;
background-color: #2f730c;
/* Tailwind (arbitrary) */
class="text-[#2f730c] bg-[#2f730c]"
/* SCSS */
$brand: #2f730c;
/* SwiftUI */
Color(red: 0.184, green: 0.451, blue: 0.047)
/* Android */
Color.parseColor("#2f730c")Accessibility — WCAG contrast
Aa
#2f730c on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f730c on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green45.1%
Blue4.7%
CMYK percentages
Cyan59.1%
Magenta0.0%
Yellow89.6%
Key (black)54.9%
Color previews
#2f730c text on a black background
contrast 3.58:1
Card sample
#2f730c text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f730c;
Background color
Panel with #2f730c background
background-color: #2f730c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f730c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 115, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 115, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f730c; background: linear-gradient(135deg, #2f730c, #0C732E);