HSL(73, 96%, 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(73,96%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 96%, 12%) | color: hsl(73, 96%, 12%) | |
| HEX | #2F3C01 | color: #2F3C01 | |
| RGB | rgb(47, 60, 1) | color: rgb(47, 60, 1) | |
| CMYK | cmyk(22%, 0%, 98%, 76%) | — | |
| HSV | hsv(73, 98%, 24%) | — | |
| HWB | hwb(73 0% 76%) | color: hwb(73 0% 76%) | |
| OKLCH | oklch(0.3325 0.08 122.33) | color: oklch(0.3325 0.08 122.33) | |
| Lab | lab(23.13 -14.35 30.98) | color: lab(23.13 -14.35 30.98) | |
| LCH | lch(23.13 34.14 114.85) | color: lch(23.13 34.14 114.85) |
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)
#35350F — rgb(53, 53, 15)
Deuteranopia (Green-blind)
#343313 — rgb(52, 51, 19)
Tritanopia (Blue-blind)
#301B1D — rgb(48, 27, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 96%, 12%);
text
color: hsl(73, 96%, 12%);
border
border: 2px solid hsl(73, 96%, 12%);
gradient light
background: linear-gradient(to right, hsl(73, 96%, 32%), hsl(73, 96%, 12%));
gradient dark
background: linear-gradient(to right, hsl(73, 96%, 12%), hsl(73, 96%, 0%))
hex
background-color: #2F3C01;
tailwind
bg-[hsl(73,96%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 96%, 12%, 0.4);
css variable
--color-primary: hsl(73, 96%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(73, 96%, 12%)?
HEX: #2F3C01 | RGB: rgb(47, 60, 1) | CMYK: 22%, 0%, 98%, 76% | HSV: 73°, 98%, 24%. Copy any format from the conversion table above.
What colors go well with #2F3C01?
The complementary color is HSL(253, 96%, 12%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 96%, 12%) in CSS?
As HSL: color: hsl(73, 96%, 12%); — As HEX: color: #2F3C01; — As RGB: color: rgb(47, 60, 1); — Tailwind CSS: bg-[hsl(73,96%,12%)] — CSS variable: --color-primary: hsl(73, 96%, 12%);