Shades of Mountain Meadow #1DB472
Tints of Mountain Meadow #1DB472
RGB
CMYK
RGB Variations
Color information
#1DB472 (or 0x1DB472) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 72. RGB value is (29,180,114). Sum of RGB (Red+Green+Blue) = 29+180+114=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB472 is #E24B8D. Grayscale: #7F7F7F. Windows color (decimal): -14830478 or 7517213. OLE color: 7517213.
HSL color Cylindrical-coordinate representation of color #1DB472: hue angle of 153.77º 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 #1DB472 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 114 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.29 |
| HSL | 153.77º | 0.72% | 0.41% | - |
| HSV(B) | 153.77º | 0.84% | 0.71% | - |
| XYZ | 19.87 | 34.12 | 21.46 | - |
| YUV | 127.33 | 120.47 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 114 | 0.84 | 0 | 0.37 | 0.29 | 153.77 | 0.72 | 0.41 |
| Hex | 1D | B4 | 72 | 54 | 0 | 25 | 1D | 9A | 48 | 29 |
| Octal | 35 | 264 | 162 | 124 | 0 | 45 | 35 | 232 | 110 | 51 |
| Binary | 11101 | 10110100 | 1110010 | 1010100 | 0 | 100101 | 11101 | 10011010 | 1001000 | 101001 |
Color Harmonies of #1DB472
Complementary color
Monochromatic Colors of #1DB472
Black with #1DB472
Text Example
Text Example
White with #1DB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB472; }
p { color: rgb(29,180,114); }
H1.HeaderClassName
{
color: #1DB472;
}
.AnyTagClassName
{
color: #1DB472;
}
</style>
background-color css
<style>
a { background-color: #1DB472; }
a { background-color: rgb(29,180,114); }
div.DivClassName
{
background-color: #1DB472;
}
.BgClassName
{
background-color: #1DB472;
}
</style>
border-color css
<style>
span { border-color: #1DB472; }
span { border-color: rgb(29,180,114); }
td.TdClassName
{
border-color: #1DB472;
}
.TagClassName
{
border-color: #1DB472;
}
</style>