HSL(77, 83%, 8%)
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(77,83%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 83%, 8%) | color: hsl(77, 83%, 8%) | |
| HEX | #1C2503 | color: #1C2503 | |
| RGB | rgb(28, 37, 3) | color: rgb(28, 37, 3) | |
| CMYK | cmyk(24%, 0%, 92%, 85%) | — | |
| HSV | hsv(76, 92%, 15%) | — | |
| HWB | hwb(76 1% 85%) | color: hwb(76 1% 85%) | |
| OKLCH | oklch(0.2472 0.0558 123.01) | color: oklch(0.2472 0.0558 123.01) | |
| Lab | lab(13.09 -10.36 17.85) | color: lab(13.09 -10.36 17.85) | |
| LCH | lch(13.09 20.64 120.13) | color: lch(13.09 20.64 120.13) |
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)
#20200B — rgb(32, 32, 11)
Deuteranopia (Green-blind)
#1F1F0D — rgb(31, 31, 13)
Tritanopia (Blue-blind)
#1C1213 — rgb(28, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 83%, 8%);
text
color: hsl(77, 83%, 8%);
border
border: 2px solid hsl(77, 83%, 8%);
gradient light
background: linear-gradient(to right, hsl(77, 83%, 28%), hsl(77, 83%, 8%));
gradient dark
background: linear-gradient(to right, hsl(77, 83%, 8%), hsl(77, 83%, 0%))
hex
background-color: #1C2503;
tailwind
bg-[hsl(77,83%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 83%, 8%, 0.4);
css variable
--color-primary: hsl(77, 83%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(77, 83%, 8%)?
HEX: #1C2503 | RGB: rgb(28, 37, 3) | CMYK: 24%, 0%, 92%, 85% | HSV: 76°, 92%, 15%. Copy any format from the conversion table above.
What colors go well with #1C2503?
The complementary color is HSL(257, 83%, 8%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 83%, 8%) in CSS?
As HSL: color: hsl(77, 83%, 8%); — As HEX: color: #1C2503; — As RGB: color: rgb(28, 37, 3); — Tailwind CSS: bg-[hsl(77,83%,8%)] — CSS variable: --color-primary: hsl(77, 83%, 8%);