#30833c
a dark, vivid green · cool · closest name: seagreen
RGB
48, 131, 60
HSL
129°, 46%, 35%
CMYK
63, 0, 54, 49
Luminance
0.1719
Every format
| HEX | #30833c |
| RGB | rgb(48, 131, 60) |
| HSL | hsl(129, 46%, 35%) |
| CMYK | cmyk(63%, 0%, 54%, 49%) |
| LAB | lab(48.5 -40.8 30.9) |
| LCH | lch(48.5 51.1 142.9) |
| OKLCH | oklch(0.542 0.133 146.1) |
Copy-ready code
/* CSS */
color: #30833c;
background-color: #30833c;
/* Tailwind (arbitrary) */
class="text-[#30833c] bg-[#30833c]"
/* SCSS */
$brand: #30833c;
/* SwiftUI */
Color(red: 0.188, green: 0.514, blue: 0.235)
/* Android */
Color.parseColor("#30833c")Accessibility — WCAG contrast
Aa
#30833c on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#30833c on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green51.4%
Blue23.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow54.2%
Key (black)48.6%
Color previews
#30833c text on a black background
contrast 4.44:1
Card sample
#30833c text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30833c;
Background color
Panel with #30833c background
background-color: #30833c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30833c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 131, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 131, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30833c; background: linear-gradient(135deg, #30833c, #308373);