HSL(73, 100%, 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,100%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 100%, 12%) | color: hsl(73, 100%, 12%) | |
| HEX | #303D00 | color: #303D00 | |
| RGB | rgb(48, 61, 0) | color: rgb(48, 61, 0) | |
| CMYK | cmyk(21%, 0%, 100%, 76%) | — | |
| HSV | hsv(73, 100%, 24%) | — | |
| HWB | hwb(73 0% 76%) | color: hwb(73 0% 76%) | |
| OKLCH | oklch(0.3361 0.0816 122.09) | color: oklch(0.3361 0.0816 122.09) | |
| Lab | lab(23.56 -14.49 31.84) | color: lab(23.56 -14.49 31.84) | |
| LCH | lch(23.56 34.98 114.47) | color: lch(23.56 34.98 114.47) |
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)
#36360F — rgb(54, 54, 15)
Deuteranopia (Green-blind)
#353412 — rgb(53, 52, 18)
Tritanopia (Blue-blind)
#311A1D — rgb(49, 26, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 100%, 12%);
text
color: hsl(73, 100%, 12%);
border
border: 2px solid hsl(73, 100%, 12%);
gradient light
background: linear-gradient(to right, hsl(73, 100%, 32%), hsl(73, 100%, 12%));
gradient dark
background: linear-gradient(to right, hsl(73, 100%, 12%), hsl(73, 100%, 0%))
hex
background-color: #303D00;
tailwind
bg-[hsl(73,100%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 100%, 12%, 0.4);
css variable
--color-primary: hsl(73, 100%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(73, 100%, 12%)?
HEX: #303D00 | RGB: rgb(48, 61, 0) | CMYK: 21%, 0%, 100%, 76% | HSV: 73°, 100%, 24%. Copy any format from the conversion table above.
What colors go well with #303D00?
The complementary color is HSL(253, 100%, 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, 100%, 12%) in CSS?
As HSL: color: hsl(73, 100%, 12%); — As HEX: color: #303D00; — As RGB: color: rgb(48, 61, 0); — Tailwind CSS: bg-[hsl(73,100%,12%)] — CSS variable: --color-primary: hsl(73, 100%, 12%);