HSL(106, 79%, 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,79%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 79%, 13%) | color: hsl(106, 79%, 13%) | |
| HEX | #133B07 | color: #133B07 | |
| RGB | rgb(19, 59, 7) | color: rgb(19, 59, 7) | |
| CMYK | cmyk(68%, 0%, 88%, 77%) | — | |
| HSV | hsv(106, 88%, 23%) | — | |
| HWB | hwb(106 3% 77%) | color: hwb(106 3% 77%) | |
| OKLCH | oklch(0.3119 0.0905 139.63) | color: oklch(0.3119 0.0905 139.63) | |
| Lab | lab(21.14 -25.08 25.92) | color: lab(21.14 -25.08 25.92) | |
| LCH | lch(21.14 36.07 134.06) | color: lch(21.14 36.07 134.06) |
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)
#242514 — rgb(36, 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, 79%, 13%);
text
color: hsl(106, 79%, 13%);
border
border: 2px solid hsl(106, 79%, 13%);
gradient light
background: linear-gradient(to right, hsl(106, 79%, 33%), hsl(106, 79%, 13%));
gradient dark
background: linear-gradient(to right, hsl(106, 79%, 13%), hsl(106, 79%, 0%))
hex
background-color: #133B07;
tailwind
bg-[hsl(106,79%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 79%, 13%, 0.4);
css variable
--color-primary: hsl(106, 79%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(106, 79%, 13%)?
HEX: #133B07 | RGB: rgb(19, 59, 7) | CMYK: 68%, 0%, 88%, 77% | HSV: 106°, 88%, 23%. Copy any format from the conversion table above.
What colors go well with #133B07?
The complementary color is HSL(286, 79%, 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, 79%, 13%) in CSS?
As HSL: color: hsl(106, 79%, 13%); — As HEX: color: #133B07; — As RGB: color: rgb(19, 59, 7); — Tailwind CSS: bg-[hsl(106,79%,13%)] — CSS variable: --color-primary: hsl(106, 79%, 13%);