HSL(100, 62%, 11%)
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(100,62%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 62%, 11%) | color: hsl(100, 62%, 11%) | |
| HEX | #162D0B | color: #162D0B | |
| RGB | rgb(22, 45, 11) | color: rgb(22, 45, 11) | |
| CMYK | cmyk(51%, 0%, 76%, 82%) | — | |
| HSV | hsv(101, 76%, 18%) | — | |
| HWB | hwb(101 4% 82%) | color: hwb(101 4% 82%) | |
| OKLCH | oklch(0.269 0.0637 136.94) | color: oklch(0.269 0.0637 136.94) | |
| Lab | lab(15.86 -16.84 18.1) | color: lab(15.86 -16.84 18.1) | |
| LCH | lch(15.86 24.72 132.93) | color: lch(15.86 24.72 132.93) |
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)
#202013 — rgb(32, 32, 19)
Deuteranopia (Green-blind)
#1F1D15 — rgb(31, 29, 21)
Tritanopia (Blue-blind)
#171A1B — rgb(23, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 62%, 11%);
text
color: hsl(100, 62%, 11%);
border
border: 2px solid hsl(100, 62%, 11%);
gradient light
background: linear-gradient(to right, hsl(100, 62%, 31%), hsl(100, 62%, 11%));
gradient dark
background: linear-gradient(to right, hsl(100, 62%, 11%), hsl(100, 62%, 0%))
hex
background-color: #162D0B;
tailwind
bg-[hsl(100,62%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 62%, 11%, 0.4);
css variable
--color-primary: hsl(100, 62%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(100, 62%, 11%)?
HEX: #162D0B | RGB: rgb(22, 45, 11) | CMYK: 51%, 0%, 76%, 82% | HSV: 101°, 76%, 18%. Copy any format from the conversion table above.
What colors go well with #162D0B?
The complementary color is HSL(280, 62%, 11%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 62%, 11%) in CSS?
As HSL: color: hsl(100, 62%, 11%); — As HEX: color: #162D0B; — As RGB: color: rgb(22, 45, 11); — Tailwind CSS: bg-[hsl(100,62%,11%)] — CSS variable: --color-primary: hsl(100, 62%, 11%);