#299552
a dark, vivid green · cool · closest name: seagreen
RGB
41, 149, 82
HSL
143°, 57%, 37%
CMYK
73, 0, 45, 42
Luminance
0.2258
Every format
| HEX | #299552 |
| RGB | rgb(41, 149, 82) |
| HSL | hsl(143, 57%, 37%) |
| CMYK | cmyk(73%, 0%, 45%, 42%) |
| LAB | lab(54.6 -45.6 26.9) |
| LCH | lch(54.6 52.9 149.5) |
| OKLCH | oklch(0.593 0.140 151.7) |
Copy-ready code
/* CSS */
color: #299552;
background-color: #299552;
/* Tailwind (arbitrary) */
class="text-[#299552] bg-[#299552]"
/* SCSS */
$brand: #299552;
/* SwiftUI */
Color(red: 0.161, green: 0.584, blue: 0.322)
/* Android */
Color.parseColor("#299552")Accessibility — WCAG contrast
Aa
#299552 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299552 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green58.4%
Blue32.2%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow45.0%
Key (black)41.6%
Color previews
#299552 text on a black background
contrast 5.52:1
Card sample
#299552 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299552;
Background color
Panel with #299552 background
background-color: #299552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 149, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 149, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299552; background: linear-gradient(135deg, #299552, #299095);