#197319
a dark, vivid green · cool · closest name: forestgreen
RGB
25, 115, 25
HSL
120°, 64%, 28%
CMYK
78, 0, 78, 55
Luminance
0.1254
Every format
| HEX | #197319 |
| RGB | rgb(25, 115, 25) |
| HSL | hsl(120, 64%, 28%) |
| CMYK | cmyk(78%, 0%, 78%, 55%) |
| LAB | lab(42.1 -43.6 39.8) |
| LCH | lch(42.1 59.1 137.6) |
| OKLCH | oklch(0.486 0.149 142.9) |
Copy-ready code
/* CSS */
color: #197319;
background-color: #197319;
/* Tailwind (arbitrary) */
class="text-[#197319] bg-[#197319]"
/* SCSS */
$brand: #197319;
/* SwiftUI */
Color(red: 0.098, green: 0.451, blue: 0.098)
/* Android */
Color.parseColor("#197319")Accessibility — WCAG contrast
Aa
#197319 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#197319 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green45.1%
Blue9.8%
CMYK percentages
Cyan78.3%
Magenta0.0%
Yellow78.3%
Key (black)54.9%
Color previews
#197319 text on a black background
contrast 3.51:1
Card sample
#197319 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #197319;
Background color
Panel with #197319 background
background-color: #197319;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #197319;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 115, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 115, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #197319; background: linear-gradient(135deg, #197319, #197355);