HSL(101, 36%, 10%)
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(101,36%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 36%, 10%) | color: hsl(101, 36%, 10%) | |
| HEX | #162310 | color: #162310 | |
| RGB | rgb(22, 35, 16) | color: rgb(22, 35, 16) | |
| CMYK | cmyk(37%, 0%, 54%, 86%) | — | |
| HSV | hsv(101, 54%, 14%) | — | |
| HWB | hwb(101 6% 86%) | color: hwb(101 6% 86%) | |
| OKLCH | oklch(0.238 0.039 136.35) | color: oklch(0.238 0.039 136.35) | |
| Lab | lab(12.02 -10.31 10.6) | color: lab(12.02 -10.31 10.6) | |
| LCH | lch(12.02 14.79 134.21) | color: lch(12.02 14.79 134.21) |
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)
#1C1C15 — rgb(28, 28, 21)
Deuteranopia (Green-blind)
#1B1A16 — rgb(27, 26, 22)
Tritanopia (Blue-blind)
#171819 — rgb(23, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 36%, 10%);
text
color: hsl(101, 36%, 10%);
border
border: 2px solid hsl(101, 36%, 10%);
gradient light
background: linear-gradient(to right, hsl(101, 36%, 30%), hsl(101, 36%, 10%));
gradient dark
background: linear-gradient(to right, hsl(101, 36%, 10%), hsl(101, 36%, 0%))
hex
background-color: #162310;
tailwind
bg-[hsl(101,36%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 36%, 10%, 0.4);
css variable
--color-primary: hsl(101, 36%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 36%, 10%)?
HEX: #162310 | RGB: rgb(22, 35, 16) | CMYK: 37%, 0%, 54%, 86% | HSV: 101°, 54%, 14%. Copy any format from the conversion table above.
What colors go well with #162310?
The complementary color is HSL(281, 36%, 10%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 36%, 10%) in CSS?
As HSL: color: hsl(101, 36%, 10%); — As HEX: color: #162310; — As RGB: color: rgb(22, 35, 16); — Tailwind CSS: bg-[hsl(101,36%,10%)] — CSS variable: --color-primary: hsl(101, 36%, 10%);