Shades of Mountain Meadow #29C385
Tints of Mountain Meadow #29C385
RGB
CMYK
RGB Variations
Color information
#29C385 (or 0x29C385) is known color: Mountain Meadow. HEX triplet: 29, C3 and 85. RGB value is (41,195,133). Sum of RGB (Red+Green+Blue) = 41+195+133=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #29C385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C385 is #D63C7A. Grayscale: #8D8D8D. Windows color (decimal): -14040187 or 8766249. OLE color: 8766249.
HSL color Cylindrical-coordinate representation of color #29C385: hue angle of 155.84º 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 #29C385 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 133 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.24 |
| HSL | 155.84º | 0.65% | 0.46% | - |
| HSV(B) | 155.84º | 0.79% | 0.76% | - |
| XYZ | 24.66 | 41.2 | 28.84 | - |
| YUV | 141.89 | 122.98 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 133 | 0.79 | 0 | 0.32 | 0.24 | 155.84 | 0.65 | 0.46 |
| Hex | 29 | C3 | 85 | 4F | 0 | 20 | 18 | 9C | 41 | 2E |
| Octal | 51 | 303 | 205 | 117 | 0 | 40 | 30 | 234 | 101 | 56 |
| Binary | 101001 | 11000011 | 10000101 | 1001111 | 0 | 100000 | 11000 | 10011100 | 1000001 | 101110 |
Color Harmonies of #29C385
Complementary color
Monochromatic Colors of #29C385
Black with #29C385
Text Example
Text Example
White with #29C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C385; }
p { color: rgb(41,195,133); }
H1.HeaderClassName
{
color: #29C385;
}
.AnyTagClassName
{
color: #29C385;
}
</style>
background-color css
<style>
a { background-color: #29C385; }
a { background-color: rgb(41,195,133); }
div.DivClassName
{
background-color: #29C385;
}
.BgClassName
{
background-color: #29C385;
}
</style>
border-color css
<style>
span { border-color: #29C385; }
span { border-color: rgb(41,195,133); }
td.TdClassName
{
border-color: #29C385;
}
.TagClassName
{
border-color: #29C385;
}
</style>