HSL(79, 85%, 7%)
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(79,85%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 85%, 7%) | color: hsl(79, 85%, 7%) | |
| HEX | #172103 | color: #172103 | |
| RGB | rgb(23, 33, 3) | color: rgb(23, 33, 3) | |
| CMYK | cmyk(30%, 0%, 91%, 87%) | — | |
| HSV | hsv(80, 91%, 13%) | — | |
| HWB | hwb(80 1% 87%) | color: hwb(80 1% 87%) | |
| OKLCH | oklch(0.2301 0.0525 125.55) | color: oklch(0.2301 0.0525 125.55) | |
| Lab | lab(11.11 -10.54 15.09) | color: lab(11.11 -10.54 15.09) | |
| LCH | lch(11.11 18.41 124.93) | color: lch(11.11 18.41 124.93) |
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)
#1B1B0A — rgb(27, 27, 10)
Deuteranopia (Green-blind)
#1B1A0C — rgb(27, 26, 12)
Tritanopia (Blue-blind)
#181011 — rgb(24, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 85%, 7%);
text
color: hsl(79, 85%, 7%);
border
border: 2px solid hsl(79, 85%, 7%);
gradient light
background: linear-gradient(to right, hsl(79, 85%, 27%), hsl(79, 85%, 7%));
gradient dark
background: linear-gradient(to right, hsl(79, 85%, 7%), hsl(79, 85%, 0%))
hex
background-color: #172103;
tailwind
bg-[hsl(79,85%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 85%, 7%, 0.4);
css variable
--color-primary: hsl(79, 85%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(79, 85%, 7%)?
HEX: #172103 | RGB: rgb(23, 33, 3) | CMYK: 30%, 0%, 91%, 87% | HSV: 80°, 91%, 13%. Copy any format from the conversion table above.
What colors go well with #172103?
The complementary color is HSL(259, 85%, 7%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 85%, 7%) in CSS?
As HSL: color: hsl(79, 85%, 7%); — As HEX: color: #172103; — As RGB: color: rgb(23, 33, 3); — Tailwind CSS: bg-[hsl(79,85%,7%)] — CSS variable: --color-primary: hsl(79, 85%, 7%);