#199028
a dark, vivid green · cool · closest name: forestgreen
RGB
25, 144, 40
HSL
128°, 70%, 33%
CMYK
83, 0, 72, 44
Luminance
0.2031
Every format
| HEX | #199028 |
| RGB | rgb(25, 144, 40) |
| HSL | hsl(128, 70%, 33%) |
| CMYK | cmyk(83%, 0%, 72%, 44%) |
| LAB | lab(52.2 -52.0 44.3) |
| LCH | lch(52.2 68.3 139.6) |
| OKLCH | oklch(0.571 0.173 144.3) |
Copy-ready code
/* CSS */
color: #199028;
background-color: #199028;
/* Tailwind (arbitrary) */
class="text-[#199028] bg-[#199028]"
/* SCSS */
$brand: #199028;
/* SwiftUI */
Color(red: 0.098, green: 0.565, blue: 0.157)
/* Android */
Color.parseColor("#199028")Accessibility — WCAG contrast
Aa
#199028 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#199028 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green56.5%
Blue15.7%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow72.2%
Key (black)43.5%
Color previews
#199028 text on a black background
contrast 5.06:1
Card sample
#199028 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #199028;
Background color
Panel with #199028 background
background-color: #199028;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #199028;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 144, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 144, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #199028; background: linear-gradient(135deg, #199028, #199077);