HSL(92, 68%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,68%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 68%, 15%) | color: hsl(92, 68%, 15%) | |
| HEX | #25400C | color: #25400C | |
| RGB | rgb(37, 64, 12) | color: rgb(37, 64, 12) | |
| CMYK | cmyk(42%, 0%, 81%, 75%) | — | |
| HSV | hsv(91, 81%, 25%) | — | |
| HWB | hwb(91 5% 75%) | color: hwb(91 5% 75%) | |
| OKLCH | oklch(0.3376 0.0836 133.18) | color: oklch(0.3376 0.0836 133.18) | |
| Lab | lab(23.96 -20.37 27.06) | color: lab(23.96 -20.37 27.06) | |
| LCH | lch(23.96 33.87 126.97) | color: lch(23.96 33.87 126.97) |
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)
#313119 — rgb(49, 49, 25)
Deuteranopia (Green-blind)
#2F2D1C — rgb(47, 45, 28)
Tritanopia (Blue-blind)
#262325 — rgb(38, 35, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 68%, 15%);
text
color: hsl(92, 68%, 15%);
border
border: 2px solid hsl(92, 68%, 15%);
gradient light
background: linear-gradient(to right, hsl(92, 68%, 35%), hsl(92, 68%, 15%));
gradient dark
background: linear-gradient(to right, hsl(92, 68%, 15%), hsl(92, 68%, 0%))
hex
background-color: #25400C;
tailwind
bg-[hsl(92,68%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 68%, 15%, 0.4);
css variable
--color-primary: hsl(92, 68%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 68%, 15%)?
HEX: #25400C | RGB: rgb(37, 64, 12) | CMYK: 42%, 0%, 81%, 75% | HSV: 91°, 81%, 25%. Copy any format from the conversion table above.
What colors go well with #25400C?
The complementary color is HSL(272, 68%, 15%). 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, 68%, 15%) in CSS?
As HSL: color: hsl(92, 68%, 15%); — As HEX: color: #25400C; — As RGB: color: rgb(37, 64, 12); — Tailwind CSS: bg-[hsl(92,68%,15%)] — CSS variable: --color-primary: hsl(92, 68%, 15%);