HSL(106, 70%, 14%)
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,70%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 70%, 14%) | color: hsl(106, 70%, 14%) | |
| HEX | #163D0B | color: #163D0B | |
| RGB | rgb(22, 61, 11) | color: rgb(22, 61, 11) | |
| CMYK | cmyk(64%, 0%, 82%, 76%) | — | |
| HSV | hsv(107, 82%, 24%) | — | |
| HWB | hwb(107 4% 76%) | color: hwb(107 4% 76%) | |
| OKLCH | oklch(0.3199 0.0888 139.69) | color: oklch(0.3199 0.0888 139.69) | |
| Lab | lab(22.06 -24.65 25.31) | color: lab(22.06 -24.65 25.31) | |
| LCH | lch(22.06 35.33 134.24) | color: lch(22.06 35.33 134.24) |
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)
#272717 — rgb(39, 39, 23)
Deuteranopia (Green-blind)
#25221A — rgb(37, 34, 26)
Tritanopia (Blue-blind)
#182123 — rgb(24, 33, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 70%, 14%);
text
color: hsl(106, 70%, 14%);
border
border: 2px solid hsl(106, 70%, 14%);
gradient light
background: linear-gradient(to right, hsl(106, 70%, 34%), hsl(106, 70%, 14%));
gradient dark
background: linear-gradient(to right, hsl(106, 70%, 14%), hsl(106, 70%, 0%))
hex
background-color: #163D0B;
tailwind
bg-[hsl(106,70%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 70%, 14%, 0.4);
css variable
--color-primary: hsl(106, 70%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(106, 70%, 14%)?
HEX: #163D0B | RGB: rgb(22, 61, 11) | CMYK: 64%, 0%, 82%, 76% | HSV: 107°, 82%, 24%. Copy any format from the conversion table above.
What colors go well with #163D0B?
The complementary color is HSL(286, 70%, 14%). 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, 70%, 14%) in CSS?
As HSL: color: hsl(106, 70%, 14%); — As HEX: color: #163D0B; — As RGB: color: rgb(22, 61, 11); — Tailwind CSS: bg-[hsl(106,70%,14%)] — CSS variable: --color-primary: hsl(106, 70%, 14%);