#24530c
a deep, vivid green · cool · closest name: seagreen
RGB
36, 83, 12
HSL
100°, 75%, 19%
CMYK
57, 0, 86, 68
Luminance
0.0659
Every format
| HEX | #24530c |
| RGB | rgb(36, 83, 12) |
| HSL | hsl(100, 75%, 19%) |
| CMYK | cmyk(57%, 0%, 86%, 68%) |
| LAB | lab(30.9 -29.7 33.8) |
| LCH | lch(30.9 44.9 131.3) |
| OKLCH | oklch(0.394 0.111 137.6) |
Copy-ready code
/* CSS */
color: #24530c;
background-color: #24530c;
/* Tailwind (arbitrary) */
class="text-[#24530c] bg-[#24530c]"
/* SCSS */
$brand: #24530c;
/* SwiftUI */
Color(red: 0.141, green: 0.325, blue: 0.047)
/* Android */
Color.parseColor("#24530c")Accessibility — WCAG contrast
Aa
#24530c on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24530c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green32.5%
Blue4.7%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow85.5%
Key (black)67.5%
Color previews
#24530c text on a black background
contrast 2.32:1
Card sample
#24530c text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24530c;
Background color
Panel with #24530c background
background-color: #24530c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24530c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 83, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 83, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24530c; background: linear-gradient(135deg, #24530c, #0C5323);