Shades of Mountain Meadow #1DB984
Tints of Mountain Meadow #1DB984
RGB
CMYK
RGB Variations
Color information
#1DB984 (or 0x1DB984) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 84. RGB value is (29,185,132). Sum of RGB (Red+Green+Blue) = 29+185+132=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB984 is #E2467B. Grayscale: #848484. Windows color (decimal): -14829180 or 8698141. OLE color: 8698141.
HSL color Cylindrical-coordinate representation of color #1DB984: hue angle of 159.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB984 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 132 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.27 |
| HSL | 159.62º | 0.73% | 0.42% | - |
| HSV(B) | 159.62º | 0.84% | 0.73% | - |
| XYZ | 22.02 | 36.63 | 27.74 | - |
| YUV | 132.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 132 | 0.84 | 0 | 0.29 | 0.27 | 159.62 | 0.73 | 0.42 |
| Hex | 1D | B9 | 84 | 54 | 0 | 1D | 1B | A0 | 49 | 2A |
| Octal | 35 | 271 | 204 | 124 | 0 | 35 | 33 | 240 | 111 | 52 |
| Binary | 11101 | 10111001 | 10000100 | 1010100 | 0 | 11101 | 11011 | 10100000 | 1001001 | 101010 |
Color Harmonies of #1DB984
Complementary color
Monochromatic Colors of #1DB984
Black with #1DB984
Text Example
Text Example
White with #1DB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB984; }
p { color: rgb(29,185,132); }
H1.HeaderClassName
{
color: #1DB984;
}
.AnyTagClassName
{
color: #1DB984;
}
</style>
background-color css
<style>
a { background-color: #1DB984; }
a { background-color: rgb(29,185,132); }
div.DivClassName
{
background-color: #1DB984;
}
.BgClassName
{
background-color: #1DB984;
}
</style>
border-color css
<style>
span { border-color: #1DB984; }
span { border-color: rgb(29,185,132); }
td.TdClassName
{
border-color: #1DB984;
}
.TagClassName
{
border-color: #1DB984;
}
</style>