#41981f
a dark, vivid green · cool · closest name: forestgreen
RGB
65, 152, 31
HSL
103°, 66%, 36%
CMYK
57, 0, 80, 40
Luminance
0.2368
Every format
| HEX | #41981f |
| RGB | rgb(65, 152, 31) |
| HSL | hsl(103, 66%, 36%) |
| CMYK | cmyk(57%, 0%, 80%, 40%) |
| LAB | lab(55.8 -47.5 51.4) |
| LCH | lch(55.8 70.0 132.7) |
| OKLCH | oklch(0.603 0.174 138.8) |
Copy-ready code
/* CSS */
color: #41981f;
background-color: #41981f;
/* Tailwind (arbitrary) */
class="text-[#41981f] bg-[#41981f]"
/* SCSS */
$brand: #41981f;
/* SwiftUI */
Color(red: 0.255, green: 0.596, blue: 0.122)
/* Android */
Color.parseColor("#41981f")Accessibility — WCAG contrast
Aa
#41981f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#41981f on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green59.6%
Blue12.2%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow79.6%
Key (black)40.4%
Color previews
#41981f text on a black background
contrast 5.74:1
Card sample
#41981f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41981f;
Background color
Panel with #41981f background
background-color: #41981f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41981f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 152, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 152, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41981f; background: linear-gradient(135deg, #41981f, #1F984E);