HSL(100, 59%, 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,59%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 59%, 11%) | color: hsl(100, 59%, 11%) | |
| HEX | #172D0C | color: #172D0C | |
| RGB | rgb(23, 45, 12) | color: rgb(23, 45, 12) | |
| CMYK | cmyk(49%, 0%, 73%, 82%) | — | |
| HSV | hsv(100, 73%, 18%) | — | |
| HWB | hwb(100 5% 82%) | color: hwb(100 5% 82%) | |
| OKLCH | oklch(0.2697 0.062 136.59) | color: oklch(0.2697 0.062 136.59) | |
| Lab | lab(15.93 -16.3 17.76) | color: lab(15.93 -16.3 17.76) | |
| LCH | lch(15.93 24.11 132.55) | color: lch(15.93 24.11 132.55) |
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)
#212114 — rgb(33, 33, 20)
Deuteranopia (Green-blind)
#1F1E16 — rgb(31, 30, 22)
Tritanopia (Blue-blind)
#181A1C — rgb(24, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 59%, 11%);
text
color: hsl(100, 59%, 11%);
border
border: 2px solid hsl(100, 59%, 11%);
gradient light
background: linear-gradient(to right, hsl(100, 59%, 31%), hsl(100, 59%, 11%));
gradient dark
background: linear-gradient(to right, hsl(100, 59%, 11%), hsl(100, 59%, 0%))
hex
background-color: #172D0C;
tailwind
bg-[hsl(100,59%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 59%, 11%, 0.4);
css variable
--color-primary: hsl(100, 59%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(100, 59%, 11%)?
HEX: #172D0C | RGB: rgb(23, 45, 12) | CMYK: 49%, 0%, 73%, 82% | HSV: 100°, 73%, 18%. Copy any format from the conversion table above.
What colors go well with #172D0C?
The complementary color is HSL(280, 59%, 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, 59%, 11%) in CSS?
As HSL: color: hsl(100, 59%, 11%); — As HEX: color: #172D0C; — As RGB: color: rgb(23, 45, 12); — Tailwind CSS: bg-[hsl(100,59%,11%)] — CSS variable: --color-primary: hsl(100, 59%, 11%);