HSL(130, 70%, 3%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,70%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 70%, 3%) | color: hsl(130, 70%, 3%) | |
| HEX | #020D04 | color: #020D04 | |
| RGB | rgb(2, 13, 4) | color: rgb(2, 13, 4) | |
| CMYK | cmyk(85%, 0%, 69%, 95%) | — | |
| HSV | hsv(131, 85%, 5%) | — | |
| HWB | hwb(131 1% 95%) | color: hwb(131 1% 95%) | |
| OKLCH | oklch(0.1424 0.0306 149.96) | color: oklch(0.1424 0.0306 149.96) | |
| Lab | lab(2.8 -4.23 2.47) | color: lab(2.8 -4.23 2.47) | |
| LCH | lch(2.8 4.9 149.72) | color: lch(2.8 4.9 149.72) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#070706 — rgb(7, 7, 6)
Deuteranopia (Green-blind)
#060507 — rgb(6, 5, 7)
Tritanopia (Blue-blind)
#030808 — rgb(3, 8, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 70%, 3%);
text
color: hsl(130, 70%, 3%);
border
border: 2px solid hsl(130, 70%, 3%);
gradient light
background: linear-gradient(to right, hsl(130, 70%, 23%), hsl(130, 70%, 3%));
gradient dark
background: linear-gradient(to right, hsl(130, 70%, 3%), hsl(130, 70%, 0%))
hex
background-color: #020D04;
tailwind
bg-[hsl(130,70%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 70%, 3%, 0.4);
css variable
--color-primary: hsl(130, 70%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(130, 70%, 3%)?
HEX: #020D04 | RGB: rgb(2, 13, 4) | CMYK: 85%, 0%, 69%, 95% | HSV: 131°, 85%, 5%. Copy any format from the conversion table above.
What colors go well with #020D04?
The complementary color is HSL(310, 70%, 3%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 70%, 3%) in CSS?
As HSL: color: hsl(130, 70%, 3%); — As HEX: color: #020D04; — As RGB: color: rgb(2, 13, 4); — Tailwind CSS: bg-[hsl(130,70%,3%)] — CSS variable: --color-primary: hsl(130, 70%, 3%);