#175f20
a deep, vivid green · cool · closest name: seagreen
RGB
23, 95, 32
HSL
128°, 61%, 23%
CMYK
76, 0, 66, 63
Luminance
0.0847
Every format
| HEX | #175f20 |
| RGB | rgb(23, 95, 32) |
| HSL | hsl(128, 61%, 23%) |
| CMYK | cmyk(76%, 0%, 66%, 63%) |
| LAB | lab(34.9 -36.0 29.1) |
| LCH | lch(34.9 46.3 141.0) |
| OKLCH | oklch(0.427 0.119 145.0) |
Copy-ready code
/* CSS */
color: #175f20;
background-color: #175f20;
/* Tailwind (arbitrary) */
class="text-[#175f20] bg-[#175f20]"
/* SCSS */
$brand: #175f20;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.125)
/* Android */
Color.parseColor("#175f20")Accessibility — WCAG contrast
Aa
#175f20 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f20 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue12.5%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow66.3%
Key (black)62.7%
Color previews
#175f20 text on a black background
contrast 2.69:1
Card sample
#175f20 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f20;
Background color
Panel with #175f20 background
background-color: #175f20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f20; background: linear-gradient(135deg, #175f20, #175F50);