Shades of Mountain Meadow #1DB473
Tints of Mountain Meadow #1DB473
RGB
CMYK
RGB Variations
Color information
#1DB473 (or 0x1DB473) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 73. RGB value is (29,180,115). Sum of RGB (Red+Green+Blue) = 29+180+115=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB473 is #E24B8C. Grayscale: #7F7F7F. Windows color (decimal): -14830477 or 7582749. OLE color: 7582749.
HSL color Cylindrical-coordinate representation of color #1DB473: hue angle of 154.17º 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 #1DB473 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 115 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.29 |
| HSL | 154.17º | 0.72% | 0.41% | - |
| HSV(B) | 154.17º | 0.84% | 0.71% | - |
| XYZ | 19.92 | 34.14 | 21.76 | - |
| YUV | 127.44 | 120.97 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 115 | 0.84 | 0 | 0.36 | 0.29 | 154.17 | 0.72 | 0.41 |
| Hex | 1D | B4 | 73 | 54 | 0 | 24 | 1D | 9A | 48 | 29 |
| Octal | 35 | 264 | 163 | 124 | 0 | 44 | 35 | 232 | 110 | 51 |
| Binary | 11101 | 10110100 | 1110011 | 1010100 | 0 | 100100 | 11101 | 10011010 | 1001000 | 101001 |
Color Harmonies of #1DB473
Complementary color
Monochromatic Colors of #1DB473
Black with #1DB473
Text Example
Text Example
White with #1DB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB473; }
p { color: rgb(29,180,115); }
H1.HeaderClassName
{
color: #1DB473;
}
.AnyTagClassName
{
color: #1DB473;
}
</style>
background-color css
<style>
a { background-color: #1DB473; }
a { background-color: rgb(29,180,115); }
div.DivClassName
{
background-color: #1DB473;
}
.BgClassName
{
background-color: #1DB473;
}
</style>
border-color css
<style>
span { border-color: #1DB473; }
span { border-color: rgb(29,180,115); }
td.TdClassName
{
border-color: #1DB473;
}
.TagClassName
{
border-color: #1DB473;
}
</style>