HSL(146, 80%, 5%)
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(146,80%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 80%, 5%) | color: hsl(146, 80%, 5%) | |
| HEX | #03170B | color: #03170B | |
| RGB | rgb(3, 23, 11) | color: rgb(3, 23, 11) | |
| CMYK | cmyk(87%, 0%, 52%, 91%) | — | |
| HSV | hsv(144, 87%, 9%) | — | |
| HWB | hwb(144 1% 91%) | color: hwb(144 1% 91%) | |
| OKLCH | oklch(0.1829 0.0374 156.05) | color: oklch(0.1829 0.0374 156.05) | |
| Lab | lab(5.93 -8.99 4.19) | color: lab(5.93 -8.99 4.19) | |
| LCH | lch(5.93 9.92 155.01) | color: lch(5.93 9.92 155.01) |
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)
#0C0C0E — rgb(12, 12, 14)
Deuteranopia (Green-blind)
#0B090F — rgb(11, 9, 15)
Tritanopia (Blue-blind)
#041011 — rgb(4, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 80%, 5%);
text
color: hsl(146, 80%, 5%);
border
border: 2px solid hsl(146, 80%, 5%);
gradient light
background: linear-gradient(to right, hsl(146, 80%, 25%), hsl(146, 80%, 5%));
gradient dark
background: linear-gradient(to right, hsl(146, 80%, 5%), hsl(146, 80%, 0%))
hex
background-color: #03170B;
tailwind
bg-[hsl(146,80%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 80%, 5%, 0.4);
css variable
--color-primary: hsl(146, 80%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(146, 80%, 5%)?
HEX: #03170B | RGB: rgb(3, 23, 11) | CMYK: 87%, 0%, 52%, 91% | HSV: 144°, 87%, 9%. Copy any format from the conversion table above.
What colors go well with #03170B?
The complementary color is HSL(326, 80%, 5%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 80%, 5%) in CSS?
As HSL: color: hsl(146, 80%, 5%); — As HEX: color: #03170B; — As RGB: color: rgb(3, 23, 11); — Tailwind CSS: bg-[hsl(146,80%,5%)] — CSS variable: --color-primary: hsl(146, 80%, 5%);