#47741c
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 116, 28
HSL
91°, 61%, 28%
CMYK
39, 0, 76, 55
Luminance
0.1391
Every format
| HEX | #47741c |
| RGB | rgb(71, 116, 28) |
| HSL | hsl(91, 61%, 28%) |
| CMYK | cmyk(39%, 0%, 76%, 55%) |
| LAB | lab(44.1 -30.7 41.2) |
| LCH | lch(44.1 51.4 126.7) |
| OKLCH | oklch(0.508 0.127 133.0) |
Copy-ready code
/* CSS */
color: #47741c;
background-color: #47741c;
/* Tailwind (arbitrary) */
class="text-[#47741c] bg-[#47741c]"
/* SCSS */
$brand: #47741c;
/* SwiftUI */
Color(red: 0.278, green: 0.455, blue: 0.110)
/* Android */
Color.parseColor("#47741c")Accessibility — WCAG contrast
Aa
#47741c on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47741c on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green45.5%
Blue11.0%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow75.9%
Key (black)54.5%
Color previews
#47741c text on a black background
contrast 3.78:1
Card sample
#47741c text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47741c;
Background color
Panel with #47741c background
background-color: #47741c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47741c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 116, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 116, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47741c; background: linear-gradient(135deg, #47741c, #1C742C);