Shades of Mountain Meadow #1DB58E
Tints of Mountain Meadow #1DB58E
RGB
CMYK
RGB Variations
Color information
#1DB58E (or 0x1DB58E) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 8E. RGB value is (29,181,142). Sum of RGB (Red+Green+Blue) = 29+181+142=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB58E is #E24A71. Grayscale: #838383. Windows color (decimal): -14830194 or 9352477. OLE color: 9352477.
HSL color Cylindrical-coordinate representation of color #1DB58E: hue angle of 164.61º 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 #1DB58E is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 142 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.29 |
| HSL | 164.61º | 0.72% | 0.41% | - |
| HSV(B) | 164.61º | 0.84% | 0.71% | - |
| XYZ | 21.91 | 35.26 | 31.24 | - |
| YUV | 131.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 142 | 0.84 | 0 | 0.22 | 0.29 | 164.61 | 0.72 | 0.41 |
| Hex | 1D | B5 | 8E | 54 | 0 | 16 | 1D | A5 | 48 | 29 |
| Octal | 35 | 265 | 216 | 124 | 0 | 26 | 35 | 245 | 110 | 51 |
| Binary | 11101 | 10110101 | 10001110 | 1010100 | 0 | 10110 | 11101 | 10100101 | 1001000 | 101001 |
Color Harmonies of #1DB58E
Complementary color
Monochromatic Colors of #1DB58E
Black with #1DB58E
Text Example
Text Example
White with #1DB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB58E; }
p { color: rgb(29,181,142); }
H1.HeaderClassName
{
color: #1DB58E;
}
.AnyTagClassName
{
color: #1DB58E;
}
</style>
background-color css
<style>
a { background-color: #1DB58E; }
a { background-color: rgb(29,181,142); }
div.DivClassName
{
background-color: #1DB58E;
}
.BgClassName
{
background-color: #1DB58E;
}
</style>
border-color css
<style>
span { border-color: #1DB58E; }
span { border-color: rgb(29,181,142); }
td.TdClassName
{
border-color: #1DB58E;
}
.TagClassName
{
border-color: #1DB58E;
}
</style>