#145200
a deep, electric green · cool · closest name: forestgreen
RGB
20, 82, 0
HSL
105°, 100%, 16%
CMYK
76, 0, 100, 68
Luminance
0.0618
Every format
| HEX | #145200 |
| RGB | rgb(20, 82, 0) |
| HSL | hsl(105, 100%, 16%) |
| CMYK | cmyk(76%, 0%, 100%, 68%) |
| LAB | lab(29.9 -34.5 36.9) |
| LCH | lch(29.9 50.5 133.1) |
| OKLCH | oklch(0.384 0.124 140.0) |
Copy-ready code
/* CSS */
color: #145200;
background-color: #145200;
/* Tailwind (arbitrary) */
class="text-[#145200] bg-[#145200]"
/* SCSS */
$brand: #145200;
/* SwiftUI */
Color(red: 0.078, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#145200")Accessibility — WCAG contrast
Aa
#145200 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145200 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green32.2%
Blue0.0%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow100.0%
Key (black)67.8%
Color previews
#145200 text on a black background
contrast 2.24:1
Card sample
#145200 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145200;
Background color
Panel with #145200 background
background-color: #145200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145200; background: linear-gradient(135deg, #145200, #005223);