HSL(112, 43%, 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(112,43%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 43%, 11%) | color: hsl(112, 43%, 11%) | |
| HEX | #132810 | color: #132810 | |
| RGB | rgb(19, 40, 16) | color: rgb(19, 40, 16) | |
| CMYK | cmyk(53%, 0%, 60%, 84%) | — | |
| HSV | hsv(113, 60%, 16%) | — | |
| HWB | hwb(113 6% 84%) | color: hwb(113 6% 84%) | |
| OKLCH | oklch(0.2518 0.0511 141.28) | color: oklch(0.2518 0.0511 141.28) | |
| Lab | lab(13.79 -14.59 12.93) | color: lab(13.79 -14.59 12.93) | |
| LCH | lch(13.79 19.49 138.45) | color: lch(13.79 19.49 138.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)
#1C1C16 — rgb(28, 28, 22)
Deuteranopia (Green-blind)
#1B1917 — rgb(27, 25, 23)
Tritanopia (Blue-blind)
#141A1B — rgb(20, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 43%, 11%);
text
color: hsl(112, 43%, 11%);
border
border: 2px solid hsl(112, 43%, 11%);
gradient light
background: linear-gradient(to right, hsl(112, 43%, 31%), hsl(112, 43%, 11%));
gradient dark
background: linear-gradient(to right, hsl(112, 43%, 11%), hsl(112, 43%, 0%))
hex
background-color: #132810;
tailwind
bg-[hsl(112,43%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 43%, 11%, 0.4);
css variable
--color-primary: hsl(112, 43%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(112, 43%, 11%)?
HEX: #132810 | RGB: rgb(19, 40, 16) | CMYK: 53%, 0%, 60%, 84% | HSV: 113°, 60%, 16%. Copy any format from the conversion table above.
What colors go well with #132810?
The complementary color is HSL(292, 43%, 11%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 43%, 11%) in CSS?
As HSL: color: hsl(112, 43%, 11%); — As HEX: color: #132810; — As RGB: color: rgb(19, 40, 16); — Tailwind CSS: bg-[hsl(112,43%,11%)] — CSS variable: --color-primary: hsl(112, 43%, 11%);