HSL(106, 80%, 13%)
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(106,80%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 80%, 13%) | color: hsl(106, 80%, 13%) | |
| HEX | #133C07 | color: #133C07 | |
| RGB | rgb(19, 60, 7) | color: rgb(19, 60, 7) | |
| CMYK | cmyk(68%, 0%, 88%, 76%) | — | |
| HSV | hsv(106, 88%, 24%) | — | |
| HWB | hwb(106 3% 76%) | color: hwb(106 3% 76%) | |
| OKLCH | oklch(0.3151 0.0919 139.73) | color: oklch(0.3151 0.0919 139.73) | |
| Lab | lab(21.53 -25.51 26.34) | color: lab(21.53 -25.51 26.34) | |
| LCH | lch(21.53 36.67 134.08) | color: lch(21.53 36.67 134.08) |
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)
#252514 — rgb(37, 37, 20)
Deuteranopia (Green-blind)
#221F17 — rgb(34, 31, 23)
Tritanopia (Blue-blind)
#151E20 — rgb(21, 30, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 80%, 13%);
text
color: hsl(106, 80%, 13%);
border
border: 2px solid hsl(106, 80%, 13%);
gradient light
background: linear-gradient(to right, hsl(106, 80%, 33%), hsl(106, 80%, 13%));
gradient dark
background: linear-gradient(to right, hsl(106, 80%, 13%), hsl(106, 80%, 0%))
hex
background-color: #133C07;
tailwind
bg-[hsl(106,80%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 80%, 13%, 0.4);
css variable
--color-primary: hsl(106, 80%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(106, 80%, 13%)?
HEX: #133C07 | RGB: rgb(19, 60, 7) | CMYK: 68%, 0%, 88%, 76% | HSV: 106°, 88%, 24%. Copy any format from the conversion table above.
What colors go well with #133C07?
The complementary color is HSL(286, 80%, 13%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 80%, 13%) in CSS?
As HSL: color: hsl(106, 80%, 13%); — As HEX: color: #133C07; — As RGB: color: rgb(19, 60, 7); — Tailwind CSS: bg-[hsl(106,80%,13%)] — CSS variable: --color-primary: hsl(106, 80%, 13%);