HSL(114, 75%, 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(114,75%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 75%, 10%) | color: hsl(114, 75%, 10%) | |
| HEX | #0A2D06 | color: #0A2D06 | |
| RGB | rgb(10, 45, 6) | color: rgb(10, 45, 6) | |
| CMYK | cmyk(78%, 0%, 87%, 82%) | — | |
| HSV | hsv(114, 87%, 18%) | — | |
| HWB | hwb(114 2% 82%) | color: hwb(114 2% 82%) | |
| OKLCH | oklch(0.2622 0.0758 141.45) | color: oklch(0.2622 0.0758 141.45) | |
| Lab | lab(15.25 -21.71 19.25) | color: lab(15.25 -21.71 19.25) | |
| LCH | lch(15.25 29.02 138.44) | color: lch(15.25 29.02 138.44) |
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)
#19190F — rgb(25, 25, 15)
Deuteranopia (Green-blind)
#171512 — rgb(23, 21, 18)
Tritanopia (Blue-blind)
#0C1719 — rgb(12, 23, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 75%, 10%);
text
color: hsl(114, 75%, 10%);
border
border: 2px solid hsl(114, 75%, 10%);
gradient light
background: linear-gradient(to right, hsl(114, 75%, 30%), hsl(114, 75%, 10%));
gradient dark
background: linear-gradient(to right, hsl(114, 75%, 10%), hsl(114, 75%, 0%))
hex
background-color: #0A2D06;
tailwind
bg-[hsl(114,75%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 75%, 10%, 0.4);
css variable
--color-primary: hsl(114, 75%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(114, 75%, 10%)?
HEX: #0A2D06 | RGB: rgb(10, 45, 6) | CMYK: 78%, 0%, 87%, 82% | HSV: 114°, 87%, 18%. Copy any format from the conversion table above.
What colors go well with #0A2D06?
The complementary color is HSL(294, 75%, 10%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 75%, 10%) in CSS?
As HSL: color: hsl(114, 75%, 10%); — As HEX: color: #0A2D06; — As RGB: color: rgb(10, 45, 6); — Tailwind CSS: bg-[hsl(114,75%,10%)] — CSS variable: --color-primary: hsl(114, 75%, 10%);