Shades of Mountain Meadow #1DB773
Tints of Mountain Meadow #1DB773
RGB
CMYK
RGB Variations
Color information
#1DB773 (or 0x1DB773) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 73. RGB value is (29,183,115). Sum of RGB (Red+Green+Blue) = 29+183+115=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB773 is #E2488C. Grayscale: #818181. Windows color (decimal): -14829709 or 7583517. OLE color: 7583517.
HSL color Cylindrical-coordinate representation of color #1DB773: hue angle of 153.51º 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 #1DB773 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 115 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.28 |
| HSL | 153.51º | 0.73% | 0.42% | - |
| HSV(B) | 153.51º | 0.84% | 0.72% | - |
| XYZ | 20.53 | 35.37 | 21.96 | - |
| YUV | 129.2 | 119.98 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 115 | 0.84 | 0 | 0.37 | 0.28 | 153.51 | 0.73 | 0.42 |
| Hex | 1D | B7 | 73 | 54 | 0 | 25 | 1C | 9A | 49 | 2A |
| Octal | 35 | 267 | 163 | 124 | 0 | 45 | 34 | 232 | 111 | 52 |
| Binary | 11101 | 10110111 | 1110011 | 1010100 | 0 | 100101 | 11100 | 10011010 | 1001001 | 101010 |
Color Harmonies of #1DB773
Complementary color
Monochromatic Colors of #1DB773
Black with #1DB773
Text Example
Text Example
White with #1DB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB773; }
p { color: rgb(29,183,115); }
H1.HeaderClassName
{
color: #1DB773;
}
.AnyTagClassName
{
color: #1DB773;
}
</style>
background-color css
<style>
a { background-color: #1DB773; }
a { background-color: rgb(29,183,115); }
div.DivClassName
{
background-color: #1DB773;
}
.BgClassName
{
background-color: #1DB773;
}
</style>
border-color css
<style>
span { border-color: #1DB773; }
span { border-color: rgb(29,183,115); }
td.TdClassName
{
border-color: #1DB773;
}
.TagClassName
{
border-color: #1DB773;
}
</style>