HSL(132, 41%, 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(132,41%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 41%, 12%) | color: hsl(132, 41%, 12%) | |
| HEX | #122B17 | color: #122B17 | |
| RGB | rgb(18, 43, 23) | color: rgb(18, 43, 23) | |
| CMYK | cmyk(58%, 0%, 47%, 83%) | — | |
| HSV | hsv(132, 58%, 17%) | — | |
| HWB | hwb(132 7% 83%) | color: hwb(132 7% 83%) | |
| OKLCH | oklch(0.2624 0.0485 148.69) | color: oklch(0.2624 0.0485 148.69) | |
| Lab | lab(15.05 -15.26 10.12) | color: lab(15.05 -15.26 10.12) | |
| LCH | lch(15.05 18.31 146.45) | color: lch(15.05 18.31 146.45) |
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)
#1D1D1C — rgb(29, 29, 28)
Deuteranopia (Green-blind)
#1B1A1D — rgb(27, 26, 29)
Tritanopia (Blue-blind)
#132021 — rgb(19, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 41%, 12%);
text
color: hsl(132, 41%, 12%);
border
border: 2px solid hsl(132, 41%, 12%);
gradient light
background: linear-gradient(to right, hsl(132, 41%, 32%), hsl(132, 41%, 12%));
gradient dark
background: linear-gradient(to right, hsl(132, 41%, 12%), hsl(132, 41%, 0%))
hex
background-color: #122B17;
tailwind
bg-[hsl(132,41%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 41%, 12%, 0.4);
css variable
--color-primary: hsl(132, 41%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(132, 41%, 12%)?
HEX: #122B17 | RGB: rgb(18, 43, 23) | CMYK: 58%, 0%, 47%, 83% | HSV: 132°, 58%, 17%. Copy any format from the conversion table above.
What colors go well with #122B17?
The complementary color is HSL(312, 41%, 12%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 41%, 12%) in CSS?
As HSL: color: hsl(132, 41%, 12%); — As HEX: color: #122B17; — As RGB: color: rgb(18, 43, 23); — Tailwind CSS: bg-[hsl(132,41%,12%)] — CSS variable: --color-primary: hsl(132, 41%, 12%);