#245024
a deep, soft green · cool · closest name: seagreen
RGB
36, 80, 36
HSL
120°, 38%, 23%
CMYK
55, 0, 55, 69
Luminance
0.0624
Every format
| HEX | #245024 |
| RGB | rgb(36, 80, 36) |
| HSL | hsl(120, 38%, 23%) |
| CMYK | cmyk(55%, 0%, 55%, 69%) |
| LAB | lab(30.0 -25.6 21.2) |
| LCH | lch(30.0 33.3 140.4) |
| OKLCH | oklch(0.388 0.087 143.7) |
Copy-ready code
/* CSS */
color: #245024;
background-color: #245024;
/* Tailwind (arbitrary) */
class="text-[#245024] bg-[#245024]"
/* SCSS */
$brand: #245024;
/* SwiftUI */
Color(red: 0.141, green: 0.314, blue: 0.141)
/* Android */
Color.parseColor("#245024")Accessibility — WCAG contrast
Aa
#245024 on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245024 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green31.4%
Blue14.1%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow55.0%
Key (black)68.6%
Color previews
#245024 text on a black background
contrast 2.25:1
Card sample
#245024 text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245024;
Background color
Panel with #245024 background
background-color: #245024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 80, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 80, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245024; background: linear-gradient(135deg, #245024, #245041);