HSL(112, 74%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,74%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 74%, 15%) | color: hsl(112, 74%, 15%) | |
| HEX | #11430A | color: #11430A | |
| RGB | rgb(17, 67, 10) | color: rgb(17, 67, 10) | |
| CMYK | cmyk(75%, 0%, 85%, 74%) | — | |
| HSV | hsv(113, 85%, 26%) | — | |
| HWB | hwb(113 4% 74%) | color: hwb(113 4% 74%) | |
| OKLCH | oklch(0.3369 0.1003 141.4) | color: oklch(0.3369 0.1003 141.4) | |
| Lab | lab(24.18 -28.71 27.84) | color: lab(24.18 -28.71 27.84) | |
| LCH | lch(24.18 39.99 135.88) | color: lch(24.18 39.99 135.88) |
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)
#272718 — rgb(39, 39, 24)
Deuteranopia (Green-blind)
#24201B — rgb(36, 32, 27)
Tritanopia (Blue-blind)
#142325 — rgb(20, 35, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 74%, 15%);
text
color: hsl(112, 74%, 15%);
border
border: 2px solid hsl(112, 74%, 15%);
gradient light
background: linear-gradient(to right, hsl(112, 74%, 35%), hsl(112, 74%, 15%));
gradient dark
background: linear-gradient(to right, hsl(112, 74%, 15%), hsl(112, 74%, 0%))
hex
background-color: #11430A;
tailwind
bg-[hsl(112,74%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 74%, 15%, 0.4);
css variable
--color-primary: hsl(112, 74%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 74%, 15%)?
HEX: #11430A | RGB: rgb(17, 67, 10) | CMYK: 75%, 0%, 85%, 74% | HSV: 113°, 85%, 26%. Copy any format from the conversion table above.
What colors go well with #11430A?
The complementary color is HSL(292, 74%, 15%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 74%, 15%) in CSS?
As HSL: color: hsl(112, 74%, 15%); — As HEX: color: #11430A; — As RGB: color: rgb(17, 67, 10); — Tailwind CSS: bg-[hsl(112,74%,15%)] — CSS variable: --color-primary: hsl(112, 74%, 15%);