HSL(72, 75%, 10%)
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(72,75%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 75%, 10%) | color: hsl(72, 75%, 10%) | |
| HEX | #252D06 | color: #252D06 | |
| RGB | rgb(37, 45, 6) | color: rgb(37, 45, 6) | |
| CMYK | cmyk(18%, 0%, 87%, 82%) | — | |
| HSV | hsv(72, 87%, 18%) | — | |
| HWB | hwb(72 2% 82%) | color: hwb(72 2% 82%) | |
| OKLCH | oklch(0.2802 0.0595 120.44) | color: oklch(0.2802 0.0595 120.44) | |
| Lab | lab(16.91 -10.22 21.69) | color: lab(16.91 -10.22 21.69) | |
| LCH | lch(16.91 23.98 115.23) | color: lch(16.91 23.98 115.23) |
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)
#28290F — rgb(40, 41, 15)
Deuteranopia (Green-blind)
#282712 — rgb(40, 39, 18)
Tritanopia (Blue-blind)
#251719 — rgb(37, 23, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 75%, 10%);
text
color: hsl(72, 75%, 10%);
border
border: 2px solid hsl(72, 75%, 10%);
gradient light
background: linear-gradient(to right, hsl(72, 75%, 30%), hsl(72, 75%, 10%));
gradient dark
background: linear-gradient(to right, hsl(72, 75%, 10%), hsl(72, 75%, 0%))
hex
background-color: #252D06;
tailwind
bg-[hsl(72,75%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 75%, 10%, 0.4);
css variable
--color-primary: hsl(72, 75%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(72, 75%, 10%)?
HEX: #252D06 | RGB: rgb(37, 45, 6) | CMYK: 18%, 0%, 87%, 82% | HSV: 72°, 87%, 18%. Copy any format from the conversion table above.
What colors go well with #252D06?
The complementary color is HSL(252, 75%, 10%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 75%, 10%) in CSS?
As HSL: color: hsl(72, 75%, 10%); — As HEX: color: #252D06; — As RGB: color: rgb(37, 45, 6); — Tailwind CSS: bg-[hsl(72,75%,10%)] — CSS variable: --color-primary: hsl(72, 75%, 10%);