Shades of Mountain Meadow #1DBA72
Tints of Mountain Meadow #1DBA72
RGB
CMYK
RGB Variations
Color information
#1DBA72 (or 0x1DBA72) is known color: Mountain Meadow. HEX triplet: 1D, BA and 72. RGB value is (29,186,114). Sum of RGB (Red+Green+Blue) = 29+186+114=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBA72 is #E2458D. Grayscale: #828282. Windows color (decimal): -14828942 or 7518749. OLE color: 7518749.
HSL color Cylindrical-coordinate representation of color #1DBA72: hue angle of 152.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA72 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 114 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.27 |
| HSL | 152.48º | 0.73% | 0.42% | - |
| HSV(B) | 152.48º | 0.84% | 0.73% | - |
| XYZ | 21.1 | 36.59 | 21.87 | - |
| YUV | 130.85 | 118.49 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 114 | 0.84 | 0 | 0.39 | 0.27 | 152.48 | 0.73 | 0.42 |
| Hex | 1D | BA | 72 | 54 | 0 | 27 | 1B | 98 | 49 | 2A |
| Octal | 35 | 272 | 162 | 124 | 0 | 47 | 33 | 230 | 111 | 52 |
| Binary | 11101 | 10111010 | 1110010 | 1010100 | 0 | 100111 | 11011 | 10011000 | 1001001 | 101010 |
Color Harmonies of #1DBA72
Complementary color
Monochromatic Colors of #1DBA72
Black with #1DBA72
Text Example
Text Example
White with #1DBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA72; }
p { color: rgb(29,186,114); }
H1.HeaderClassName
{
color: #1DBA72;
}
.AnyTagClassName
{
color: #1DBA72;
}
</style>
background-color css
<style>
a { background-color: #1DBA72; }
a { background-color: rgb(29,186,114); }
div.DivClassName
{
background-color: #1DBA72;
}
.BgClassName
{
background-color: #1DBA72;
}
</style>
border-color css
<style>
span { border-color: #1DBA72; }
span { border-color: rgb(29,186,114); }
td.TdClassName
{
border-color: #1DBA72;
}
.TagClassName
{
border-color: #1DBA72;
}
</style>