HSL(92, 74%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,74%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 74%, 19%) | color: hsl(92, 74%, 19%) | |
| HEX | #2E540D | color: #2E540D | |
| RGB | rgb(46, 84, 13) | color: rgb(46, 84, 13) | |
| CMYK | cmyk(45%, 0%, 85%, 67%) | — | |
| HSV | hsv(92, 85%, 33%) | — | |
| HWB | hwb(92 5% 67%) | color: hwb(92 5% 67%) | |
| OKLCH | oklch(0.4023 0.1065 134.24) | color: oklch(0.4023 0.1065 134.24) | |
| Lab | lab(31.69 -26.46 34.37) | color: lab(31.69 -26.46 34.37) | |
| LCH | lch(31.69 43.38 127.59) | color: lch(31.69 43.38 127.59) |
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)
#3E3F1E — rgb(62, 63, 30)
Deuteranopia (Green-blind)
#3C3922 — rgb(60, 57, 34)
Tritanopia (Blue-blind)
#302C2F — rgb(48, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 74%, 19%);
text
color: hsl(92, 74%, 19%);
border
border: 2px solid hsl(92, 74%, 19%);
gradient light
background: linear-gradient(to right, hsl(92, 74%, 39%), hsl(92, 74%, 19%));
gradient dark
background: linear-gradient(to right, hsl(92, 74%, 19%), hsl(92, 74%, 0%))
hex
background-color: #2E540D;
tailwind
bg-[hsl(92,74%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 74%, 19%, 0.4);
css variable
--color-primary: hsl(92, 74%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 74%, 19%)?
HEX: #2E540D | RGB: rgb(46, 84, 13) | CMYK: 45%, 0%, 85%, 67% | HSV: 92°, 85%, 33%. Copy any format from the conversion table above.
What colors go well with #2E540D?
The complementary color is HSL(272, 74%, 19%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 74%, 19%) in CSS?
As HSL: color: hsl(92, 74%, 19%); — As HEX: color: #2E540D; — As RGB: color: rgb(46, 84, 13); — Tailwind CSS: bg-[hsl(92,74%,19%)] — CSS variable: --color-primary: hsl(92, 74%, 19%);