HSL(72, 53%, 12%)
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,53%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 53%, 12%) | color: hsl(72, 53%, 12%) | |
| HEX | #282F0E | color: #282F0E | |
| RGB | rgb(40, 47, 14) | color: rgb(40, 47, 14) | |
| CMYK | cmyk(15%, 0%, 70%, 82%) | — | |
| HSV | hsv(73, 70%, 18%) | — | |
| HWB | hwb(73 5% 82%) | color: hwb(73 5% 82%) | |
| OKLCH | oklch(0.2899 0.0529 119.87) | color: oklch(0.2899 0.0529 119.87) | |
| Lab | lab(17.99 -9.14 19.62) | color: lab(17.99 -9.14 19.62) | |
| LCH | lch(17.99 21.64 114.98) | color: lch(17.99 21.64 114.98) |
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)
#2B2B16 — rgb(43, 43, 22)
Deuteranopia (Green-blind)
#2B2A18 — rgb(43, 42, 24)
Tritanopia (Blue-blind)
#281C1E — rgb(40, 28, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 53%, 12%);
text
color: hsl(72, 53%, 12%);
border
border: 2px solid hsl(72, 53%, 12%);
gradient light
background: linear-gradient(to right, hsl(72, 53%, 32%), hsl(72, 53%, 12%));
gradient dark
background: linear-gradient(to right, hsl(72, 53%, 12%), hsl(72, 53%, 0%))
hex
background-color: #282F0E;
tailwind
bg-[hsl(72,53%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 53%, 12%, 0.4);
css variable
--color-primary: hsl(72, 53%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(72, 53%, 12%)?
HEX: #282F0E | RGB: rgb(40, 47, 14) | CMYK: 15%, 0%, 70%, 82% | HSV: 73°, 70%, 18%. Copy any format from the conversion table above.
What colors go well with #282F0E?
The complementary color is HSL(252, 53%, 12%). 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, 53%, 12%) in CSS?
As HSL: color: hsl(72, 53%, 12%); — As HEX: color: #282F0E; — As RGB: color: rgb(40, 47, 14); — Tailwind CSS: bg-[hsl(72,53%,12%)] — CSS variable: --color-primary: hsl(72, 53%, 12%);