HSL(113, 59%, 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(113,59%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 59%, 3%) | color: hsl(113, 59%, 3%) | |
| HEX | #040C03 | color: #040C03 | |
| RGB | rgb(4, 12, 3) | color: rgb(4, 12, 3) | |
| CMYK | cmyk(67%, 0%, 75%, 95%) | — | |
| HSV | hsv(113, 75%, 5%) | — | |
| HWB | hwb(113 1% 95%) | color: hwb(113 1% 95%) | |
| OKLCH | oklch(0.1408 0.0279 140.47) | color: oklch(0.1408 0.0279 140.47) | |
| Lab | lab(2.67 -3.39 2.7) | color: lab(2.67 -3.39 2.7) | |
| LCH | lch(2.67 4.33 141.46) | color: lch(2.67 4.33 141.46) |
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)
#070805 — rgb(7, 8, 5)
Deuteranopia (Green-blind)
#070606 — rgb(7, 6, 6)
Tritanopia (Blue-blind)
#040707 — rgb(4, 7, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 59%, 3%);
text
color: hsl(113, 59%, 3%);
border
border: 2px solid hsl(113, 59%, 3%);
gradient light
background: linear-gradient(to right, hsl(113, 59%, 23%), hsl(113, 59%, 3%));
gradient dark
background: linear-gradient(to right, hsl(113, 59%, 3%), hsl(113, 59%, 0%))
hex
background-color: #040C03;
tailwind
bg-[hsl(113,59%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 59%, 3%, 0.4);
css variable
--color-primary: hsl(113, 59%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(113, 59%, 3%)?
HEX: #040C03 | RGB: rgb(4, 12, 3) | CMYK: 67%, 0%, 75%, 95% | HSV: 113°, 75%, 5%. Copy any format from the conversion table above.
What colors go well with #040C03?
The complementary color is HSL(293, 59%, 3%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 59%, 3%) in CSS?
As HSL: color: hsl(113, 59%, 3%); — As HEX: color: #040C03; — As RGB: color: rgb(4, 12, 3); — Tailwind CSS: bg-[hsl(113,59%,3%)] — CSS variable: --color-primary: hsl(113, 59%, 3%);