Shades of Mountain Meadow #1DB589
Tints of Mountain Meadow #1DB589
RGB
CMYK
RGB Variations
Color information
#1DB589 (or 0x1DB589) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 89. RGB value is (29,181,137). Sum of RGB (Red+Green+Blue) = 29+181+137=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB589 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB589 is #E24A76. Grayscale: #828282. Windows color (decimal): -14830199 or 9024797. OLE color: 9024797.
HSL color Cylindrical-coordinate representation of color #1DB589: hue angle of 162.63º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB589 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 137 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.29 |
| HSL | 162.63º | 0.72% | 0.41% | - |
| HSV(B) | 162.63º | 0.84% | 0.71% | - |
| XYZ | 21.55 | 35.12 | 29.31 | - |
| YUV | 130.54 | 131.64 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 137 | 0.84 | 0 | 0.24 | 0.29 | 162.63 | 0.72 | 0.41 |
| Hex | 1D | B5 | 89 | 54 | 0 | 18 | 1D | A3 | 48 | 29 |
| Octal | 35 | 265 | 211 | 124 | 0 | 30 | 35 | 243 | 110 | 51 |
| Binary | 11101 | 10110101 | 10001001 | 1010100 | 0 | 11000 | 11101 | 10100011 | 1001000 | 101001 |
Color Harmonies of #1DB589
Complementary color
Monochromatic Colors of #1DB589
Black with #1DB589
Text Example
Text Example
White with #1DB589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB589; }
p { color: rgb(29,181,137); }
H1.HeaderClassName
{
color: #1DB589;
}
.AnyTagClassName
{
color: #1DB589;
}
</style>
background-color css
<style>
a { background-color: #1DB589; }
a { background-color: rgb(29,181,137); }
div.DivClassName
{
background-color: #1DB589;
}
.BgClassName
{
background-color: #1DB589;
}
</style>
border-color css
<style>
span { border-color: #1DB589; }
span { border-color: rgb(29,181,137); }
td.TdClassName
{
border-color: #1DB589;
}
.TagClassName
{
border-color: #1DB589;
}
</style>