Shades of Mountain Meadow #1DB882
Tints of Mountain Meadow #1DB882
RGB
CMYK
RGB Variations
Color information
#1DB882 (or 0x1DB882) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 82. RGB value is (29,184,130). Sum of RGB (Red+Green+Blue) = 29+184+130=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB882 is #E2477D. Grayscale: #838383. Windows color (decimal): -14829438 or 8566813. OLE color: 8566813.
HSL color Cylindrical-coordinate representation of color #1DB882: hue angle of 159.1º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB882 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 130 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.28 |
| HSL | 159.1º | 0.73% | 0.42% | - |
| HSV(B) | 159.1º | 0.84% | 0.72% | - |
| XYZ | 21.68 | 36.15 | 26.96 | - |
| YUV | 131.5 | 127.15 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 130 | 0.84 | 0 | 0.29 | 0.28 | 159.1 | 0.73 | 0.42 |
| Hex | 1D | B8 | 82 | 54 | 0 | 1D | 1C | 9F | 49 | 2A |
| Octal | 35 | 270 | 202 | 124 | 0 | 35 | 34 | 237 | 111 | 52 |
| Binary | 11101 | 10111000 | 10000010 | 1010100 | 0 | 11101 | 11100 | 10011111 | 1001001 | 101010 |
Color Harmonies of #1DB882
Complementary color
Monochromatic Colors of #1DB882
Black with #1DB882
Text Example
Text Example
White with #1DB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB882; }
p { color: rgb(29,184,130); }
H1.HeaderClassName
{
color: #1DB882;
}
.AnyTagClassName
{
color: #1DB882;
}
</style>
background-color css
<style>
a { background-color: #1DB882; }
a { background-color: rgb(29,184,130); }
div.DivClassName
{
background-color: #1DB882;
}
.BgClassName
{
background-color: #1DB882;
}
</style>
border-color css
<style>
span { border-color: #1DB882; }
span { border-color: rgb(29,184,130); }
td.TdClassName
{
border-color: #1DB882;
}
.TagClassName
{
border-color: #1DB882;
}
</style>