HSL(117, 74%, 14%)
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(117,74%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 74%, 14%) | color: hsl(117, 74%, 14%) | |
| HEX | #0C3E09 | color: #0C3E09 | |
| RGB | rgb(12, 62, 9) | color: rgb(12, 62, 9) | |
| CMYK | cmyk(81%, 0%, 85%, 76%) | — | |
| HSV | hsv(117, 85%, 24%) | — | |
| HWB | hwb(117 4% 76%) | color: hwb(117 4% 76%) | |
| OKLCH | oklch(0.3193 0.0963 142.25) | color: oklch(0.3193 0.0963 142.25) | |
| Lab | lab(22.1 -27.96 26.07) | color: lab(22.1 -27.96 26.07) | |
| LCH | lch(22.1 38.23 137) | color: lch(22.1 38.23 137) |
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)
#222216 — rgb(34, 34, 22)
Deuteranopia (Green-blind)
#1F1B19 — rgb(31, 27, 25)
Tritanopia (Blue-blind)
#0F2022 — rgb(15, 32, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 74%, 14%);
text
color: hsl(117, 74%, 14%);
border
border: 2px solid hsl(117, 74%, 14%);
gradient light
background: linear-gradient(to right, hsl(117, 74%, 34%), hsl(117, 74%, 14%));
gradient dark
background: linear-gradient(to right, hsl(117, 74%, 14%), hsl(117, 74%, 0%))
hex
background-color: #0C3E09;
tailwind
bg-[hsl(117,74%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 74%, 14%, 0.4);
css variable
--color-primary: hsl(117, 74%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(117, 74%, 14%)?
HEX: #0C3E09 | RGB: rgb(12, 62, 9) | CMYK: 81%, 0%, 85%, 76% | HSV: 117°, 85%, 24%. Copy any format from the conversion table above.
What colors go well with #0C3E09?
The complementary color is HSL(297, 74%, 14%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 74%, 14%) in CSS?
As HSL: color: hsl(117, 74%, 14%); — As HEX: color: #0C3E09; — As RGB: color: rgb(12, 62, 9); — Tailwind CSS: bg-[hsl(117,74%,14%)] — CSS variable: --color-primary: hsl(117, 74%, 14%);