Shades of Mountain Meadow #1DB478
Tints of Mountain Meadow #1DB478
RGB
CMYK
RGB Variations
Color information
#1DB478 (or 0x1DB478) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 78. RGB value is (29,180,120). Sum of RGB (Red+Green+Blue) = 29+180+120=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB478 is #E24B87. Grayscale: #808080. Windows color (decimal): -14830472 or 7910429. OLE color: 7910429.
HSL color Cylindrical-coordinate representation of color #1DB478: hue angle of 156.16º 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 #1DB478 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 120 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.29 |
| HSL | 156.16º | 0.72% | 0.41% | - |
| HSV(B) | 156.16º | 0.84% | 0.71% | - |
| XYZ | 20.22 | 34.26 | 23.32 | - |
| YUV | 128.01 | 123.47 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 120 | 0.84 | 0 | 0.33 | 0.29 | 156.16 | 0.72 | 0.41 |
| Hex | 1D | B4 | 78 | 54 | 0 | 21 | 1D | 9C | 48 | 29 |
| Octal | 35 | 264 | 170 | 124 | 0 | 41 | 35 | 234 | 110 | 51 |
| Binary | 11101 | 10110100 | 1111000 | 1010100 | 0 | 100001 | 11101 | 10011100 | 1001000 | 101001 |
Color Harmonies of #1DB478
Complementary color
Monochromatic Colors of #1DB478
Black with #1DB478
Text Example
Text Example
White with #1DB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB478; }
p { color: rgb(29,180,120); }
H1.HeaderClassName
{
color: #1DB478;
}
.AnyTagClassName
{
color: #1DB478;
}
</style>
background-color css
<style>
a { background-color: #1DB478; }
a { background-color: rgb(29,180,120); }
div.DivClassName
{
background-color: #1DB478;
}
.BgClassName
{
background-color: #1DB478;
}
</style>
border-color css
<style>
span { border-color: #1DB478; }
span { border-color: rgb(29,180,120); }
td.TdClassName
{
border-color: #1DB478;
}
.TagClassName
{
border-color: #1DB478;
}
</style>