#49941b
a dark, vivid green · cool · closest name: forestgreen
RGB
73, 148, 27
HSL
97°, 69%, 34%
CMYK
51, 0, 82, 42
Luminance
0.2268
Every format
| HEX | #49941b |
| RGB | rgb(73, 148, 27) |
| HSL | hsl(97, 69%, 34%) |
| CMYK | cmyk(51%, 0%, 82%, 42%) |
| LAB | lab(54.7 -43.8 51.8) |
| LCH | lch(54.7 67.8 130.2) |
| OKLCH | oklch(0.595 0.167 136.8) |
Copy-ready code
/* CSS */
color: #49941b;
background-color: #49941b;
/* Tailwind (arbitrary) */
class="text-[#49941b] bg-[#49941b]"
/* SCSS */
$brand: #49941b;
/* SwiftUI */
Color(red: 0.286, green: 0.580, blue: 0.106)
/* Android */
Color.parseColor("#49941b")Accessibility — WCAG contrast
Aa
#49941b on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#49941b on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green58.0%
Blue10.6%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow81.8%
Key (black)42.0%
Color previews
#49941b text on a black background
contrast 5.54:1
Card sample
#49941b text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49941b;
Background color
Panel with #49941b background
background-color: #49941b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49941b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 148, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 148, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49941b; background: linear-gradient(135deg, #49941b, #1B943E);