HSL(145, 25%, 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(145,25%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 25%, 10%) | color: hsl(145, 25%, 10%) | |
| HEX | #132018 | color: #132018 | |
| RGB | rgb(19, 32, 24) | color: rgb(19, 32, 24) | |
| CMYK | cmyk(41%, 0%, 25%, 87%) | — | |
| HSV | hsv(143, 41%, 13%) | — | |
| HWB | hwb(143 8% 87%) | color: hwb(143 8% 87%) | |
| OKLCH | oklch(0.2284 0.024 156.9) | color: oklch(0.2284 0.024 156.9) | |
| Lab | lab(10.83 -7.95 3.65) | color: lab(10.83 -7.95 3.65) | |
| LCH | lch(10.83 8.75 155.34) | color: lch(10.83 8.75 155.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)
#19191A — rgb(25, 25, 26)
Deuteranopia (Green-blind)
#18171A — rgb(24, 23, 26)
Tritanopia (Blue-blind)
#141B1C — rgb(20, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 25%, 10%);
text
color: hsl(145, 25%, 10%);
border
border: 2px solid hsl(145, 25%, 10%);
gradient light
background: linear-gradient(to right, hsl(145, 25%, 30%), hsl(145, 25%, 10%));
gradient dark
background: linear-gradient(to right, hsl(145, 25%, 10%), hsl(145, 25%, 0%))
hex
background-color: #132018;
tailwind
bg-[hsl(145,25%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 25%, 10%, 0.4);
css variable
--color-primary: hsl(145, 25%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(145, 25%, 10%)?
HEX: #132018 | RGB: rgb(19, 32, 24) | CMYK: 41%, 0%, 25%, 87% | HSV: 143°, 41%, 13%. Copy any format from the conversion table above.
What colors go well with #132018?
The complementary color is HSL(325, 25%, 10%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 25%, 10%) in CSS?
As HSL: color: hsl(145, 25%, 10%); — As HEX: color: #132018; — As RGB: color: rgb(19, 32, 24); — Tailwind CSS: bg-[hsl(145,25%,10%)] — CSS variable: --color-primary: hsl(145, 25%, 10%);