HSL(85, 45%, 9%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,45%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 45%, 9%) | color: hsl(85, 45%, 9%) | |
| HEX | #19210D | color: #19210D | |
| RGB | rgb(25, 33, 13) | color: rgb(25, 33, 13) | |
| CMYK | cmyk(24%, 0%, 61%, 87%) | — | |
| HSV | hsv(84, 61%, 13%) | — | |
| HWB | hwb(84 5% 87%) | color: hwb(84 5% 87%) | |
| OKLCH | oklch(0.2337 0.0373 126.95) | color: oklch(0.2337 0.0373 126.95) | |
| Lab | lab(11.44 -8.08 11.39) | color: lab(11.44 -8.08 11.39) | |
| LCH | lch(11.44 13.96 125.35) | color: lch(11.44 13.96 125.35) |
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)
#1C1D12 — rgb(28, 29, 18)
Deuteranopia (Green-blind)
#1C1B13 — rgb(28, 27, 19)
Tritanopia (Blue-blind)
#191617 — rgb(25, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 45%, 9%);
text
color: hsl(85, 45%, 9%);
border
border: 2px solid hsl(85, 45%, 9%);
gradient light
background: linear-gradient(to right, hsl(85, 45%, 29%), hsl(85, 45%, 9%));
gradient dark
background: linear-gradient(to right, hsl(85, 45%, 9%), hsl(85, 45%, 0%))
hex
background-color: #19210D;
tailwind
bg-[hsl(85,45%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 45%, 9%, 0.4);
css variable
--color-primary: hsl(85, 45%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(85, 45%, 9%)?
HEX: #19210D | RGB: rgb(25, 33, 13) | CMYK: 24%, 0%, 61%, 87% | HSV: 84°, 61%, 13%. Copy any format from the conversion table above.
What colors go well with #19210D?
The complementary color is HSL(265, 45%, 9%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 45%, 9%) in CSS?
As HSL: color: hsl(85, 45%, 9%); — As HEX: color: #19210D; — As RGB: color: rgb(25, 33, 13); — Tailwind CSS: bg-[hsl(85,45%,9%)] — CSS variable: --color-primary: hsl(85, 45%, 9%);