#299f49
a dark, vivid green · cool · closest name: forestgreen
RGB
41, 159, 73
HSL
136°, 59%, 39%
CMYK
74, 0, 54, 38
Luminance
0.2575
Every format
| HEX | #299f49 |
| RGB | rgb(41, 159, 73) |
| HSL | hsl(136, 59%, 39%) |
| CMYK | cmyk(74%, 0%, 54%, 38%) |
| LAB | lab(57.8 -50.8 35.5) |
| LCH | lch(57.8 62.0 145.1) |
| OKLCH | oklch(0.619 0.161 148.1) |
Copy-ready code
/* CSS */
color: #299f49;
background-color: #299f49;
/* Tailwind (arbitrary) */
class="text-[#299f49] bg-[#299f49]"
/* SCSS */
$brand: #299f49;
/* SwiftUI */
Color(red: 0.161, green: 0.624, blue: 0.286)
/* Android */
Color.parseColor("#299f49")Accessibility — WCAG contrast
Aa
#299f49 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299f49 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green62.4%
Blue28.6%
CMYK percentages
Cyan74.2%
Magenta0.0%
Yellow54.1%
Key (black)37.6%
Color previews
#299f49 text on a black background
contrast 6.15:1
Card sample
#299f49 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299f49;
Background color
Panel with #299f49 background
background-color: #299f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 159, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 159, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299f49; background: linear-gradient(135deg, #299f49, #299F98);