Shades of Mountain Meadow #1DB784
Tints of Mountain Meadow #1DB784
RGB
CMYK
RGB Variations
Color information
#1DB784 (or 0x1DB784) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 84. RGB value is (29,183,132). Sum of RGB (Red+Green+Blue) = 29+183+132=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB784 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB784 is #E2487B. Grayscale: #838383. Windows color (decimal): -14829692 or 8697629. OLE color: 8697629.
HSL color Cylindrical-coordinate representation of color #1DB784: hue angle of 160.13º 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 #1DB784 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 132 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.28 |
| HSL | 160.13º | 0.73% | 0.42% | - |
| HSV(B) | 160.13º | 0.84% | 0.72% | - |
| XYZ | 21.61 | 35.79 | 27.6 | - |
| YUV | 131.14 | 128.48 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 132 | 0.84 | 0 | 0.28 | 0.28 | 160.13 | 0.73 | 0.42 |
| Hex | 1D | B7 | 84 | 54 | 0 | 1C | 1C | A0 | 49 | 2A |
| Octal | 35 | 267 | 204 | 124 | 0 | 34 | 34 | 240 | 111 | 52 |
| Binary | 11101 | 10110111 | 10000100 | 1010100 | 0 | 11100 | 11100 | 10100000 | 1001001 | 101010 |
Color Harmonies of #1DB784
Complementary color
Monochromatic Colors of #1DB784
Black with #1DB784
Text Example
Text Example
White with #1DB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB784; }
p { color: rgb(29,183,132); }
H1.HeaderClassName
{
color: #1DB784;
}
.AnyTagClassName
{
color: #1DB784;
}
</style>
background-color css
<style>
a { background-color: #1DB784; }
a { background-color: rgb(29,183,132); }
div.DivClassName
{
background-color: #1DB784;
}
.BgClassName
{
background-color: #1DB784;
}
</style>
border-color css
<style>
span { border-color: #1DB784; }
span { border-color: rgb(29,183,132); }
td.TdClassName
{
border-color: #1DB784;
}
.TagClassName
{
border-color: #1DB784;
}
</style>