HSL(101, 20%, 5%)
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,20%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 20%, 5%) | color: hsl(101, 20%, 5%) | |
| HEX | #0C0F0A | color: #0C0F0A | |
| RGB | rgb(12, 15, 10) | color: rgb(12, 15, 10) | |
| CMYK | cmyk(20%, 0%, 33%, 94%) | — | |
| HSV | hsv(96, 33%, 6%) | — | |
| HWB | hwb(96 4% 94%) | color: hwb(96 4% 94%) | |
| OKLCH | oklch(0.163 0.0113 132.91) | color: oklch(0.163 0.0113 132.91) | |
| Lab | lab(3.99 -1.75 1.84) | color: lab(3.99 -1.75 1.84) | |
| LCH | lch(3.99 2.54 133.56) | color: lch(3.99 2.54 133.56) |
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)
#0D0D0B — rgb(13, 13, 11)
Deuteranopia (Green-blind)
#0D0D0C — rgb(13, 13, 12)
Tritanopia (Blue-blind)
#0C0C0C — rgb(12, 12, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 20%, 5%);
text
color: hsl(101, 20%, 5%);
border
border: 2px solid hsl(101, 20%, 5%);
gradient light
background: linear-gradient(to right, hsl(101, 20%, 25%), hsl(101, 20%, 5%));
gradient dark
background: linear-gradient(to right, hsl(101, 20%, 5%), hsl(101, 20%, 0%))
hex
background-color: #0C0F0A;
tailwind
bg-[hsl(101,20%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 20%, 5%, 0.4);
css variable
--color-primary: hsl(101, 20%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 20%, 5%)?
HEX: #0C0F0A | RGB: rgb(12, 15, 10) | CMYK: 20%, 0%, 33%, 94% | HSV: 96°, 33%, 6%. Copy any format from the conversion table above.
What colors go well with #0C0F0A?
The complementary color is HSL(281, 20%, 5%). 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, 20%, 5%) in CSS?
As HSL: color: hsl(101, 20%, 5%); — As HEX: color: #0C0F0A; — As RGB: color: rgb(12, 15, 10); — Tailwind CSS: bg-[hsl(101,20%,5%)] — CSS variable: --color-primary: hsl(101, 20%, 5%);