HSL(133, 51%, 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(133,51%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 51%, 5%) | color: hsl(133, 51%, 5%) | |
| HEX | #061309 | color: #061309 | |
| RGB | rgb(6, 19, 9) | color: rgb(6, 19, 9) | |
| CMYK | cmyk(68%, 0%, 53%, 93%) | — | |
| HSV | hsv(134, 68%, 7%) | — | |
| HWB | hwb(134 2% 93%) | color: hwb(134 2% 93%) | |
| OKLCH | oklch(0.1705 0.0284 150.9) | color: oklch(0.1705 0.0284 150.9) | |
| Lab | lab(4.73 -5.77 3.29) | color: lab(4.73 -5.77 3.29) | |
| LCH | lch(4.73 6.64 150.31) | color: lch(4.73 6.64 150.31) |
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)
#0C0C0B — rgb(12, 12, 11)
Deuteranopia (Green-blind)
#0B0A0C — rgb(11, 10, 12)
Tritanopia (Blue-blind)
#070D0E — rgb(7, 13, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 51%, 5%);
text
color: hsl(133, 51%, 5%);
border
border: 2px solid hsl(133, 51%, 5%);
gradient light
background: linear-gradient(to right, hsl(133, 51%, 25%), hsl(133, 51%, 5%));
gradient dark
background: linear-gradient(to right, hsl(133, 51%, 5%), hsl(133, 51%, 0%))
hex
background-color: #061309;
tailwind
bg-[hsl(133,51%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 51%, 5%, 0.4);
css variable
--color-primary: hsl(133, 51%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(133, 51%, 5%)?
HEX: #061309 | RGB: rgb(6, 19, 9) | CMYK: 68%, 0%, 53%, 93% | HSV: 134°, 68%, 7%. Copy any format from the conversion table above.
What colors go well with #061309?
The complementary color is HSL(313, 51%, 5%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 51%, 5%) in CSS?
As HSL: color: hsl(133, 51%, 5%); — As HEX: color: #061309; — As RGB: color: rgb(6, 19, 9); — Tailwind CSS: bg-[hsl(133,51%,5%)] — CSS variable: --color-primary: hsl(133, 51%, 5%);