HSL(128, 80%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,80%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 80%, 10%) | color: hsl(128, 80%, 10%) | |
| HEX | #052E0B | color: #052E0B | |
| RGB | rgb(5, 46, 11) | color: rgb(5, 46, 11) | |
| CMYK | cmyk(89%, 0%, 76%, 82%) | — | |
| HSV | hsv(129, 89%, 18%) | — | |
| HWB | hwb(129 2% 82%) | color: hwb(129 2% 82%) | |
| OKLCH | oklch(0.2643 0.0749 145.44) | color: oklch(0.2643 0.0749 145.44) | |
| Lab | lab(15.54 -22.86 17.55) | color: lab(15.54 -22.86 17.55) | |
| LCH | lch(15.54 28.82 142.49) | color: lch(15.54 28.82 142.49) |
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)
#171713 — rgb(23, 23, 19)
Deuteranopia (Green-blind)
#141116 — rgb(20, 17, 22)
Tritanopia (Blue-blind)
#071A1C — rgb(7, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 80%, 10%);
text
color: hsl(128, 80%, 10%);
border
border: 2px solid hsl(128, 80%, 10%);
gradient light
background: linear-gradient(to right, hsl(128, 80%, 30%), hsl(128, 80%, 10%));
gradient dark
background: linear-gradient(to right, hsl(128, 80%, 10%), hsl(128, 80%, 0%))
hex
background-color: #052E0B;
tailwind
bg-[hsl(128,80%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 80%, 10%, 0.4);
css variable
--color-primary: hsl(128, 80%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(128, 80%, 10%)?
HEX: #052E0B | RGB: rgb(5, 46, 11) | CMYK: 89%, 0%, 76%, 82% | HSV: 129°, 89%, 18%. Copy any format from the conversion table above.
What colors go well with #052E0B?
The complementary color is HSL(308, 80%, 10%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 80%, 10%) in CSS?
As HSL: color: hsl(128, 80%, 10%); — As HEX: color: #052E0B; — As RGB: color: rgb(5, 46, 11); — Tailwind CSS: bg-[hsl(128,80%,10%)] — CSS variable: --color-primary: hsl(128, 80%, 10%);