#003c00
a deep, electric green · cool · closest name: seagreen
RGB
0, 60, 0
HSL
120°, 100%, 12%
CMYK
100, 0, 100, 77
Luminance
0.0323
Every format
| HEX | #003c00 |
| RGB | rgb(0, 60, 0) |
| HSL | hsl(120, 100%, 12%) |
| CMYK | cmyk(100%, 0%, 100%, 77%) |
| LAB | lab(20.9 -30.7 28.4) |
| LCH | lch(20.9 41.8 137.2) |
| OKLCH | oklch(0.309 0.105 142.5) |
Copy-ready code
/* CSS */
color: #003c00;
background-color: #003c00;
/* Tailwind (arbitrary) */
class="text-[#003c00] bg-[#003c00]"
/* SCSS */
$brand: #003c00;
/* SwiftUI */
Color(red: 0.000, green: 0.235, blue: 0.000)
/* Android */
Color.parseColor("#003c00")Accessibility — WCAG contrast
Aa
#003c00 on white: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003c00 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.5%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)76.5%
Color previews
#003c00 text on a black background
contrast 1.65:1
Card sample
#003c00 text on a white background
contrast 12.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003c00;
Background color
Panel with #003c00 background
background-color: #003c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 60, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 60, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003c00; background: linear-gradient(135deg, #003c00, #003C28);