HSL(148, 68%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,68%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 68%, 28%) | color: hsl(148, 68%, 28%) | |
| HEX | #177844 | color: #177844 | |
| RGB | rgb(23, 120, 68) | color: rgb(23, 120, 68) | |
| CMYK | cmyk(81%, 0%, 43%, 53%) | — | |
| HSV | hsv(148, 81%, 47%) | — | |
| HWB | hwb(148 9% 53%) | color: hwb(148 9% 53%) | |
| OKLCH | oklch(0.5062 0.1189 153.94) | color: oklch(0.5062 0.1189 153.94) | |
| Lab | lab(44.28 -39.67 21.05) | color: lab(44.28 -39.67 21.05) | |
| LCH | lch(44.28 44.91 152.05) | color: lch(44.28 44.91 152.05) |
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)
#414251 — rgb(65, 66, 81)
Deuteranopia (Green-blind)
#3B3454 — rgb(59, 52, 84)
Tritanopia (Blue-blind)
#1C5B5D — rgb(28, 91, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 68%, 28%);
text
color: hsl(148, 68%, 28%);
border
border: 2px solid hsl(148, 68%, 28%);
gradient light
background: linear-gradient(to right, hsl(148, 68%, 48%), hsl(148, 68%, 28%));
gradient dark
background: linear-gradient(to right, hsl(148, 68%, 28%), hsl(148, 68%, 8%))
hex
background-color: #177844;
tailwind
bg-[hsl(148,68%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 68%, 28%, 0.4);
css variable
--color-primary: hsl(148, 68%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 68%, 28%)?
HEX: #177844 | RGB: rgb(23, 120, 68) | CMYK: 81%, 0%, 43%, 53% | HSV: 148°, 81%, 47%. Copy any format from the conversion table above.
What colors go well with #177844?
The complementary color is HSL(328, 68%, 28%). 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, 68%, 28%) in CSS?
As HSL: color: hsl(148, 68%, 28%); — As HEX: color: #177844; — As RGB: color: rgb(23, 120, 68); — Tailwind CSS: bg-[hsl(148,68%,28%)] — CSS variable: --color-primary: hsl(148, 68%, 28%);