Shades of Mountain Meadow #29C482
Tints of Mountain Meadow #29C482
RGB
CMYK
RGB Variations
Color information
#29C482 (or 0x29C482) is known color: Mountain Meadow. HEX triplet: 29, C4 and 82. RGB value is (41,196,130). Sum of RGB (Red+Green+Blue) = 41+196+130=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #29C482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C482 is #D63B7D. Grayscale: #8E8E8E. Windows color (decimal): -14039934 or 8569897. OLE color: 8569897.
HSL color Cylindrical-coordinate representation of color #29C482: hue angle of 154.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C482 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 196 | 130 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.23 |
| HSL | 154.45º | 0.65% | 0.46% | - |
| HSV(B) | 154.45º | 0.79% | 0.77% | - |
| XYZ | 24.68 | 41.56 | 27.84 | - |
| YUV | 142.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 196 | 130 | 0.79 | 0 | 0.34 | 0.23 | 154.45 | 0.65 | 0.46 |
| Hex | 29 | C4 | 82 | 4F | 0 | 22 | 17 | 9A | 41 | 2E |
| Octal | 51 | 304 | 202 | 117 | 0 | 42 | 27 | 232 | 101 | 56 |
| Binary | 101001 | 11000100 | 10000010 | 1001111 | 0 | 100010 | 10111 | 10011010 | 1000001 | 101110 |
Color Harmonies of #29C482
Complementary color
Monochromatic Colors of #29C482
Black with #29C482
Text Example
Text Example
White with #29C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C482; }
p { color: rgb(41,196,130); }
H1.HeaderClassName
{
color: #29C482;
}
.AnyTagClassName
{
color: #29C482;
}
</style>
background-color css
<style>
a { background-color: #29C482; }
a { background-color: rgb(41,196,130); }
div.DivClassName
{
background-color: #29C482;
}
.BgClassName
{
background-color: #29C482;
}
</style>
border-color css
<style>
span { border-color: #29C482; }
span { border-color: rgb(41,196,130); }
td.TdClassName
{
border-color: #29C482;
}
.TagClassName
{
border-color: #29C482;
}
</style>