Shades of Mountain Meadow #29C382
Tints of Mountain Meadow #29C382
RGB
CMYK
RGB Variations
Color information
#29C382 (or 0x29C382) is known color: Mountain Meadow. HEX triplet: 29, C3 and 82. RGB value is (41,195,130). Sum of RGB (Red+Green+Blue) = 41+195+130=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #29C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C382 is #D63C7D. Grayscale: #8D8D8D. Windows color (decimal): -14040190 or 8569641. OLE color: 8569641.
HSL color Cylindrical-coordinate representation of color #29C382: hue angle of 154.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C382 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 130 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.24 |
| HSL | 154.68º | 0.65% | 0.46% | - |
| HSV(B) | 154.68º | 0.79% | 0.76% | - |
| XYZ | 24.46 | 41.11 | 27.77 | - |
| YUV | 141.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 130 | 0.79 | 0 | 0.33 | 0.24 | 154.68 | 0.65 | 0.46 |
| Hex | 29 | C3 | 82 | 4F | 0 | 21 | 18 | 9B | 41 | 2E |
| Octal | 51 | 303 | 202 | 117 | 0 | 41 | 30 | 233 | 101 | 56 |
| Binary | 101001 | 11000011 | 10000010 | 1001111 | 0 | 100001 | 11000 | 10011011 | 1000001 | 101110 |
Color Harmonies of #29C382
Complementary color
Monochromatic Colors of #29C382
Black with #29C382
Text Example
Text Example
White with #29C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C382; }
p { color: rgb(41,195,130); }
H1.HeaderClassName
{
color: #29C382;
}
.AnyTagClassName
{
color: #29C382;
}
</style>
background-color css
<style>
a { background-color: #29C382; }
a { background-color: rgb(41,195,130); }
div.DivClassName
{
background-color: #29C382;
}
.BgClassName
{
background-color: #29C382;
}
</style>
border-color css
<style>
span { border-color: #29C382; }
span { border-color: rgb(41,195,130); }
td.TdClassName
{
border-color: #29C382;
}
.TagClassName
{
border-color: #29C382;
}
</style>