#4f9b2a
a dark, vivid green · cool · closest name: forestgreen
RGB
79, 155, 42
HSL
100°, 57%, 39%
CMYK
49, 0, 73, 39
Luminance
0.2527
Every format
| HEX | #4f9b2a |
| RGB | rgb(79, 155, 42) |
| HSL | hsl(100, 57%, 39%) |
| CMYK | cmyk(49%, 0%, 73%, 39%) |
| LAB | lab(57.3 -43.8 49.3) |
| LCH | lch(57.3 65.9 131.6) |
| OKLCH | oklch(0.618 0.165 137.4) |
Copy-ready code
/* CSS */
color: #4f9b2a;
background-color: #4f9b2a;
/* Tailwind (arbitrary) */
class="text-[#4f9b2a] bg-[#4f9b2a]"
/* SCSS */
$brand: #4f9b2a;
/* SwiftUI */
Color(red: 0.310, green: 0.608, blue: 0.165)
/* Android */
Color.parseColor("#4f9b2a")Accessibility — WCAG contrast
Aa
#4f9b2a on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f9b2a on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green60.8%
Blue16.5%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow72.9%
Key (black)39.2%
Color previews
#4f9b2a text on a black background
contrast 6.05:1
Card sample
#4f9b2a text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9b2a;
Background color
Panel with #4f9b2a background
background-color: #4f9b2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9b2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 155, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 155, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9b2a; background: linear-gradient(135deg, #4f9b2a, #2A9B50);