HSL(148, 45%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,45%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 45%, 15%) | color: hsl(148, 45%, 15%) | |
| HEX | #153725 | color: #153725 | |
| RGB | rgb(21, 55, 37) | color: rgb(21, 55, 37) | |
| CMYK | cmyk(62%, 0%, 33%, 78%) | — | |
| HSV | hsv(148, 62%, 22%) | — | |
| HWB | hwb(148 8% 78%) | color: hwb(148 8% 78%) | |
| OKLCH | oklch(0.3054 0.0518 158.04) | color: oklch(0.3054 0.0518 158.04) | |
| Lab | lab(20.14 -17.55 7.62) | color: lab(20.14 -17.55 7.62) | |
| LCH | lch(20.14 19.13 156.53) | color: lch(20.14 19.13 156.53) |
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)
#242429 — rgb(36, 36, 41)
Deuteranopia (Green-blind)
#221F2A — rgb(34, 31, 42)
Tritanopia (Blue-blind)
#172D2E — rgb(23, 45, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 45%, 15%);
text
color: hsl(148, 45%, 15%);
border
border: 2px solid hsl(148, 45%, 15%);
gradient light
background: linear-gradient(to right, hsl(148, 45%, 35%), hsl(148, 45%, 15%));
gradient dark
background: linear-gradient(to right, hsl(148, 45%, 15%), hsl(148, 45%, 0%))
hex
background-color: #153725;
tailwind
bg-[hsl(148,45%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 45%, 15%, 0.4);
css variable
--color-primary: hsl(148, 45%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 45%, 15%)?
HEX: #153725 | RGB: rgb(21, 55, 37) | CMYK: 62%, 0%, 33%, 78% | HSV: 148°, 62%, 22%. Copy any format from the conversion table above.
What colors go well with #153725?
The complementary color is HSL(328, 45%, 15%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 45%, 15%) in CSS?
As HSL: color: hsl(148, 45%, 15%); — As HEX: color: #153725; — As RGB: color: rgb(21, 55, 37); — Tailwind CSS: bg-[hsl(148,45%,15%)] — CSS variable: --color-primary: hsl(148, 45%, 15%);