HSL(117, 25%, 12%)
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(117,25%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 25%, 12%) | color: hsl(117, 25%, 12%) | |
| HEX | #182617 | color: #182617 | |
| RGB | rgb(24, 38, 23) | color: rgb(24, 38, 23) | |
| CMYK | cmyk(37%, 0%, 39%, 85%) | — | |
| HSV | hsv(116, 39%, 15%) | — | |
| HWB | hwb(116 9% 85%) | color: hwb(116 9% 85%) | |
| OKLCH | oklch(0.2507 0.0338 142.9) | color: oklch(0.2507 0.0338 142.9) | |
| Lab | lab(13.49 -9.88 8.09) | color: lab(13.49 -9.88 8.09) | |
| LCH | lch(13.49 12.77 140.69) | color: lch(13.49 12.77 140.69) |
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)
#1E1E1B — rgb(30, 30, 27)
Deuteranopia (Green-blind)
#1D1C1C — rgb(29, 28, 28)
Tritanopia (Blue-blind)
#191D1E — rgb(25, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 25%, 12%);
text
color: hsl(117, 25%, 12%);
border
border: 2px solid hsl(117, 25%, 12%);
gradient light
background: linear-gradient(to right, hsl(117, 25%, 32%), hsl(117, 25%, 12%));
gradient dark
background: linear-gradient(to right, hsl(117, 25%, 12%), hsl(117, 25%, 0%))
hex
background-color: #182617;
tailwind
bg-[hsl(117,25%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 25%, 12%, 0.4);
css variable
--color-primary: hsl(117, 25%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(117, 25%, 12%)?
HEX: #182617 | RGB: rgb(24, 38, 23) | CMYK: 37%, 0%, 39%, 85% | HSV: 116°, 39%, 15%. Copy any format from the conversion table above.
What colors go well with #182617?
The complementary color is HSL(297, 25%, 12%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 25%, 12%) in CSS?
As HSL: color: hsl(117, 25%, 12%); — As HEX: color: #182617; — As RGB: color: rgb(24, 38, 23); — Tailwind CSS: bg-[hsl(117,25%,12%)] — CSS variable: --color-primary: hsl(117, 25%, 12%);