Shades of Mountain Meadow #1DB587
Tints of Mountain Meadow #1DB587
RGB
CMYK
RGB Variations
Color information
#1DB587 (or 0x1DB587) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 87. RGB value is (29,181,135). Sum of RGB (Red+Green+Blue) = 29+181+135=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB587 is #E24A78. Grayscale: #828282. Windows color (decimal): -14830201 or 8893725. OLE color: 8893725.
HSL color Cylindrical-coordinate representation of color #1DB587: hue angle of 161.84º 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 #1DB587 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 135 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.29 |
| HSL | 161.84º | 0.72% | 0.41% | - |
| HSV(B) | 161.84º | 0.84% | 0.71% | - |
| XYZ | 21.4 | 35.06 | 28.56 | - |
| YUV | 130.31 | 130.64 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 135 | 0.84 | 0 | 0.25 | 0.29 | 161.84 | 0.72 | 0.41 |
| Hex | 1D | B5 | 87 | 54 | 0 | 19 | 1D | A2 | 48 | 29 |
| Octal | 35 | 265 | 207 | 124 | 0 | 31 | 35 | 242 | 110 | 51 |
| Binary | 11101 | 10110101 | 10000111 | 1010100 | 0 | 11001 | 11101 | 10100010 | 1001000 | 101001 |
Color Harmonies of #1DB587
Complementary color
Monochromatic Colors of #1DB587
Black with #1DB587
Text Example
Text Example
White with #1DB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB587; }
p { color: rgb(29,181,135); }
H1.HeaderClassName
{
color: #1DB587;
}
.AnyTagClassName
{
color: #1DB587;
}
</style>
background-color css
<style>
a { background-color: #1DB587; }
a { background-color: rgb(29,181,135); }
div.DivClassName
{
background-color: #1DB587;
}
.BgClassName
{
background-color: #1DB587;
}
</style>
border-color css
<style>
span { border-color: #1DB587; }
span { border-color: rgb(29,181,135); }
td.TdClassName
{
border-color: #1DB587;
}
.TagClassName
{
border-color: #1DB587;
}
</style>