#195500
a deep, electric green · cool · closest name: forestgreen
RGB
25, 85, 0
HSL
102°, 100%, 17%
CMYK
71, 0, 100, 67
Luminance
0.0670
Every format
| HEX | #195500 |
| RGB | rgb(25, 85, 0) |
| HSL | hsl(102, 100%, 17%) |
| CMYK | cmyk(71%, 0%, 100%, 67%) |
| LAB | lab(31.1 -34.4 38.0) |
| LCH | lch(31.1 51.3 132.2) |
| OKLCH | oklch(0.395 0.125 139.3) |
Copy-ready code
/* CSS */
color: #195500;
background-color: #195500;
/* Tailwind (arbitrary) */
class="text-[#195500] bg-[#195500]"
/* SCSS */
$brand: #195500;
/* SwiftUI */
Color(red: 0.098, green: 0.333, blue: 0.000)
/* Android */
Color.parseColor("#195500")Accessibility — WCAG contrast
Aa
#195500 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#195500 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green33.3%
Blue0.0%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow100.0%
Key (black)66.7%
Color previews
#195500 text on a black background
contrast 2.34:1
Card sample
#195500 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #195500;
Background color
Panel with #195500 background
background-color: #195500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #195500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 85, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 85, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #195500; background: linear-gradient(135deg, #195500, #005520);