HSL(110, 14%, 30%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(110,14%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 14%, 30%) | color: hsl(110, 14%, 30%) | |
| HEX | #455742 | color: #455742 | |
| RGB | rgb(69, 87, 66) | color: rgb(69, 87, 66) | |
| CMYK | cmyk(21%, 0%, 24%, 66%) | — | |
| HSV | hsv(111, 24%, 34%) | — | |
| HWB | hwb(111 26% 66%) | color: hwb(111 26% 66%) | |
| OKLCH | oklch(0.4351 0.0406 141.07) | color: oklch(0.4351 0.0406 141.07) | |
| Lab | lab(34.95 -11.59 9.97) | color: lab(34.95 -11.59 9.97) | |
| LCH | lch(34.95 15.29 139.3) | color: lch(34.95 15.29 139.3) |
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)
#4D4D47 — rgb(77, 77, 71)
Deuteranopia (Green-blind)
#4C4A48 — rgb(76, 74, 72)
Tritanopia (Blue-blind)
#464B4C — rgb(70, 75, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 14%, 30%);
text
color: hsl(110, 14%, 30%);
border
border: 2px solid hsl(110, 14%, 30%);
gradient light
background: linear-gradient(to right, hsl(110, 14%, 50%), hsl(110, 14%, 30%));
gradient dark
background: linear-gradient(to right, hsl(110, 14%, 30%), hsl(110, 14%, 10%))
hex
background-color: #455742;
tailwind
bg-[hsl(110,14%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 14%, 30%, 0.4);
css variable
--color-primary: hsl(110, 14%, 30%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(110, 14%, 30%)?
HEX: #455742 | RGB: rgb(69, 87, 66) | CMYK: 21%, 0%, 24%, 66% | HSV: 111°, 24%, 34%. Copy any format from the conversion table above.
What colors go well with #455742?
The complementary color is HSL(290, 14%, 30%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 14%, 30%) in CSS?
As HSL: color: hsl(110, 14%, 30%); — As HEX: color: #455742; — As RGB: color: rgb(69, 87, 66); — Tailwind CSS: bg-[hsl(110,14%,30%)] — CSS variable: --color-primary: hsl(110, 14%, 30%);