HSL(101, 65%, 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,65%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 65%, 10%) | color: hsl(101, 65%, 10%) | |
| HEX | #132A09 | color: #132A09 | |
| RGB | rgb(19, 42, 9) | color: rgb(19, 42, 9) | |
| CMYK | cmyk(55%, 0%, 79%, 84%) | — | |
| HSV | hsv(102, 79%, 16%) | — | |
| HWB | hwb(102 3% 84%) | color: hwb(102 3% 84%) | |
| OKLCH | oklch(0.2571 0.0627 137.51) | color: oklch(0.2571 0.0627 137.51) | |
| Lab | lab(14.48 -16.73 17.12) | color: lab(14.48 -16.73 17.12) | |
| LCH | lch(14.48 23.94 134.34) | color: lch(14.48 23.94 134.34) |
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)
#1D1D11 — rgb(29, 29, 17)
Deuteranopia (Green-blind)
#1C1A13 — rgb(28, 26, 19)
Tritanopia (Blue-blind)
#141719 — rgb(20, 23, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 65%, 10%);
text
color: hsl(101, 65%, 10%);
border
border: 2px solid hsl(101, 65%, 10%);
gradient light
background: linear-gradient(to right, hsl(101, 65%, 30%), hsl(101, 65%, 10%));
gradient dark
background: linear-gradient(to right, hsl(101, 65%, 10%), hsl(101, 65%, 0%))
hex
background-color: #132A09;
tailwind
bg-[hsl(101,65%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 65%, 10%, 0.4);
css variable
--color-primary: hsl(101, 65%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 65%, 10%)?
HEX: #132A09 | RGB: rgb(19, 42, 9) | CMYK: 55%, 0%, 79%, 84% | HSV: 102°, 79%, 16%. Copy any format from the conversion table above.
What colors go well with #132A09?
The complementary color is HSL(281, 65%, 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, 65%, 10%) in CSS?
As HSL: color: hsl(101, 65%, 10%); — As HEX: color: #132A09; — As RGB: color: rgb(19, 42, 9); — Tailwind CSS: bg-[hsl(101,65%,10%)] — CSS variable: --color-primary: hsl(101, 65%, 10%);