HSL(73, 51%, 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(73,51%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 51%, 9%) | color: hsl(73, 51%, 9%) | |
| HEX | #1E230B | color: #1E230B | |
| RGB | rgb(30, 35, 11) | color: rgb(30, 35, 11) | |
| CMYK | cmyk(14%, 0%, 69%, 86%) | — | |
| HSV | hsv(73, 69%, 14%) | — | |
| HWB | hwb(73 4% 86%) | color: hwb(73 4% 86%) | |
| OKLCH | oklch(0.2443 0.041 119.3) | color: oklch(0.2443 0.041 119.3) | |
| Lab | lab(12.62 -7.05 13.99) | color: lab(12.62 -7.05 13.99) | |
| LCH | lch(12.62 15.67 116.74) | color: lch(12.62 15.67 116.74) |
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)
#202011 — rgb(32, 32, 17)
Deuteranopia (Green-blind)
#202012 — rgb(32, 32, 18)
Tritanopia (Blue-blind)
#1E1516 — rgb(30, 21, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 51%, 9%);
text
color: hsl(73, 51%, 9%);
border
border: 2px solid hsl(73, 51%, 9%);
gradient light
background: linear-gradient(to right, hsl(73, 51%, 29%), hsl(73, 51%, 9%));
gradient dark
background: linear-gradient(to right, hsl(73, 51%, 9%), hsl(73, 51%, 0%))
hex
background-color: #1E230B;
tailwind
bg-[hsl(73,51%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 51%, 9%, 0.4);
css variable
--color-primary: hsl(73, 51%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(73, 51%, 9%)?
HEX: #1E230B | RGB: rgb(30, 35, 11) | CMYK: 14%, 0%, 69%, 86% | HSV: 73°, 69%, 14%. Copy any format from the conversion table above.
What colors go well with #1E230B?
The complementary color is HSL(253, 51%, 9%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 51%, 9%) in CSS?
As HSL: color: hsl(73, 51%, 9%); — As HEX: color: #1E230B; — As RGB: color: rgb(30, 35, 11); — Tailwind CSS: bg-[hsl(73,51%,9%)] — CSS variable: --color-primary: hsl(73, 51%, 9%);