#245318
a deep, vivid green · cool · closest name: seagreen
RGB
36, 83, 24
HSL
108°, 55%, 21%
CMYK
57, 0, 71, 68
Luminance
0.0663
Every format
| HEX | #245318 |
| RGB | rgb(36, 83, 24) |
| HSL | hsl(108, 55%, 21%) |
| CMYK | cmyk(57%, 0%, 71%, 68%) |
| LAB | lab(30.9 -28.6 28.8) |
| LCH | lch(30.9 40.6 134.9) |
| OKLCH | oklch(0.395 0.103 139.8) |
Copy-ready code
/* CSS */
color: #245318;
background-color: #245318;
/* Tailwind (arbitrary) */
class="text-[#245318] bg-[#245318]"
/* SCSS */
$brand: #245318;
/* SwiftUI */
Color(red: 0.141, green: 0.325, blue: 0.094)
/* Android */
Color.parseColor("#245318")Accessibility — WCAG contrast
Aa
#245318 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245318 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green32.5%
Blue9.4%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow71.1%
Key (black)67.5%
Color previews
#245318 text on a black background
contrast 2.33:1
Card sample
#245318 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245318;
Background color
Panel with #245318 background
background-color: #245318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 83, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 83, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245318; background: linear-gradient(135deg, #245318, #185333);