HSL(130, 85%, 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(130,85%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 85%, 10%) | color: hsl(130, 85%, 10%) | |
| HEX | #042F0B | color: #042F0B | |
| RGB | rgb(4, 47, 11) | color: rgb(4, 47, 11) | |
| CMYK | cmyk(91%, 0%, 77%, 82%) | — | |
| HSV | hsv(130, 91%, 18%) | — | |
| HWB | hwb(130 2% 82%) | color: hwb(130 2% 82%) | |
| OKLCH | oklch(0.2674 0.0769 145.66) | color: oklch(0.2674 0.0769 145.66) | |
| Lab | lab(15.92 -23.56 18.01) | color: lab(15.92 -23.56 18.01) | |
| LCH | lch(15.92 29.66 142.6) | color: lch(15.92 29.66 142.6) |
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)
#171714 — rgb(23, 23, 20)
Deuteranopia (Green-blind)
#141116 — rgb(20, 17, 22)
Tritanopia (Blue-blind)
#061B1C — rgb(6, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 85%, 10%);
text
color: hsl(130, 85%, 10%);
border
border: 2px solid hsl(130, 85%, 10%);
gradient light
background: linear-gradient(to right, hsl(130, 85%, 30%), hsl(130, 85%, 10%));
gradient dark
background: linear-gradient(to right, hsl(130, 85%, 10%), hsl(130, 85%, 0%))
hex
background-color: #042F0B;
tailwind
bg-[hsl(130,85%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 85%, 10%, 0.4);
css variable
--color-primary: hsl(130, 85%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(130, 85%, 10%)?
HEX: #042F0B | RGB: rgb(4, 47, 11) | CMYK: 91%, 0%, 77%, 82% | HSV: 130°, 91%, 18%. Copy any format from the conversion table above.
What colors go well with #042F0B?
The complementary color is HSL(310, 85%, 10%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 85%, 10%) in CSS?
As HSL: color: hsl(130, 85%, 10%); — As HEX: color: #042F0B; — As RGB: color: rgb(4, 47, 11); — Tailwind CSS: bg-[hsl(130,85%,10%)] — CSS variable: --color-primary: hsl(130, 85%, 10%);