Shades of Mountain Meadow #29BD85
Tints of Mountain Meadow #29BD85
RGB
CMYK
RGB Variations
Color information
#29BD85 (or 0x29BD85) is known color: Mountain Meadow. HEX triplet: 29, BD and 85. RGB value is (41,189,133). Sum of RGB (Red+Green+Blue) = 41+189+133=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BD85 is #D6427A. Grayscale: #8A8A8A. Windows color (decimal): -14041723 or 8764713. OLE color: 8764713.
HSL color Cylindrical-coordinate representation of color #29BD85: hue angle of 157.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BD85 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 133 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.26 |
| HSL | 157.3º | 0.64% | 0.45% | - |
| HSV(B) | 157.3º | 0.78% | 0.74% | - |
| XYZ | 23.35 | 38.56 | 28.4 | - |
| YUV | 138.36 | 124.97 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 133 | 0.78 | 0 | 0.30 | 0.26 | 157.3 | 0.64 | 0.45 |
| Hex | 29 | BD | 85 | 4E | 0 | 1E | 1A | 9D | 40 | 2D |
| Octal | 51 | 275 | 205 | 116 | 0 | 36 | 32 | 235 | 100 | 55 |
| Binary | 101001 | 10111101 | 10000101 | 1001110 | 0 | 11110 | 11010 | 10011101 | 1000000 | 101101 |
Color Harmonies of #29BD85
Complementary color
Monochromatic Colors of #29BD85
Black with #29BD85
Text Example
Text Example
White with #29BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD85; }
p { color: rgb(41,189,133); }
H1.HeaderClassName
{
color: #29BD85;
}
.AnyTagClassName
{
color: #29BD85;
}
</style>
background-color css
<style>
a { background-color: #29BD85; }
a { background-color: rgb(41,189,133); }
div.DivClassName
{
background-color: #29BD85;
}
.BgClassName
{
background-color: #29BD85;
}
</style>
border-color css
<style>
span { border-color: #29BD85; }
span { border-color: rgb(41,189,133); }
td.TdClassName
{
border-color: #29BD85;
}
.TagClassName
{
border-color: #29BD85;
}
</style>