HSL(80, 46%, 10%)
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(80,46%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 46%, 10%) | color: hsl(80, 46%, 10%) | |
| HEX | #1D250E | color: #1D250E | |
| RGB | rgb(29, 37, 14) | color: rgb(29, 37, 14) | |
| CMYK | cmyk(22%, 0%, 62%, 85%) | — | |
| HSV | hsv(81, 62%, 15%) | — | |
| HWB | hwb(81 6% 85%) | color: hwb(81 6% 85%) | |
| OKLCH | oklch(0.2499 0.0412 125.07) | color: oklch(0.2499 0.0412 125.07) | |
| Lab | lab(13.33 -8.47 13.52) | color: lab(13.33 -8.47 13.52) | |
| LCH | lch(13.33 15.95 122.07) | color: lch(13.33 15.95 122.07) |
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)
#202114 — rgb(32, 33, 20)
Deuteranopia (Green-blind)
#201F15 — rgb(32, 31, 21)
Tritanopia (Blue-blind)
#1D1819 — rgb(29, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 46%, 10%);
text
color: hsl(80, 46%, 10%);
border
border: 2px solid hsl(80, 46%, 10%);
gradient light
background: linear-gradient(to right, hsl(80, 46%, 30%), hsl(80, 46%, 10%));
gradient dark
background: linear-gradient(to right, hsl(80, 46%, 10%), hsl(80, 46%, 0%))
hex
background-color: #1D250E;
tailwind
bg-[hsl(80,46%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 46%, 10%, 0.4);
css variable
--color-primary: hsl(80, 46%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(80, 46%, 10%)?
HEX: #1D250E | RGB: rgb(29, 37, 14) | CMYK: 22%, 0%, 62%, 85% | HSV: 81°, 62%, 15%. Copy any format from the conversion table above.
What colors go well with #1D250E?
The complementary color is HSL(260, 46%, 10%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 46%, 10%) in CSS?
As HSL: color: hsl(80, 46%, 10%); — As HEX: color: #1D250E; — As RGB: color: rgb(29, 37, 14); — Tailwind CSS: bg-[hsl(80,46%,10%)] — CSS variable: --color-primary: hsl(80, 46%, 10%);