#41701f
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 112, 31
HSL
95°, 57%, 28%
CMYK
42, 0, 72, 56
Luminance
0.1281
Every format
| HEX | #41701f |
| RGB | rgb(65, 112, 31) |
| HSL | hsl(95, 57%, 28%) |
| CMYK | cmyk(42%, 0%, 72%, 56%) |
| LAB | lab(42.5 -30.9 38.2) |
| LCH | lch(42.5 49.2 129.0) |
| OKLCH | oklch(0.494 0.122 134.8) |
Copy-ready code
/* CSS */
color: #41701f;
background-color: #41701f;
/* Tailwind (arbitrary) */
class="text-[#41701f] bg-[#41701f]"
/* SCSS */
$brand: #41701f;
/* SwiftUI */
Color(red: 0.255, green: 0.439, blue: 0.122)
/* Android */
Color.parseColor("#41701f")Accessibility — WCAG contrast
Aa
#41701f on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#41701f on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green43.9%
Blue12.2%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow72.3%
Key (black)56.1%
Color previews
#41701f text on a black background
contrast 3.56:1
Card sample
#41701f text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41701f;
Background color
Panel with #41701f background
background-color: #41701f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41701f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 112, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 112, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41701f; background: linear-gradient(135deg, #41701f, #1F7033);