Shades of Mountain Meadow #29BD7E
Tints of Mountain Meadow #29BD7E
RGB
CMYK
RGB Variations
Color information
#29BD7E (or 0x29BD7E) is known color: Mountain Meadow. HEX triplet: 29, BD and 7E. RGB value is (41,189,126). Sum of RGB (Red+Green+Blue) = 41+189+126=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29BD7E is #D64281. Grayscale: #898989. Windows color (decimal): -14041730 or 8305961. OLE color: 8305961.
HSL color Cylindrical-coordinate representation of color #29BD7E: hue angle of 154.46º 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 #29BD7E is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 126 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.26 |
| HSL | 154.46º | 0.64% | 0.45% | - |
| HSV(B) | 154.46º | 0.78% | 0.74% | - |
| XYZ | 22.88 | 38.37 | 25.94 | - |
| YUV | 137.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 126 | 0.78 | 0 | 0.33 | 0.26 | 154.46 | 0.64 | 0.45 |
| Hex | 29 | BD | 7E | 4E | 0 | 21 | 1A | 9A | 40 | 2D |
| Octal | 51 | 275 | 176 | 116 | 0 | 41 | 32 | 232 | 100 | 55 |
| Binary | 101001 | 10111101 | 1111110 | 1001110 | 0 | 100001 | 11010 | 10011010 | 1000000 | 101101 |
Color Harmonies of #29BD7E
Complementary color
Monochromatic Colors of #29BD7E
Black with #29BD7E
Text Example
Text Example
White with #29BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD7E; }
p { color: rgb(41,189,126); }
H1.HeaderClassName
{
color: #29BD7E;
}
.AnyTagClassName
{
color: #29BD7E;
}
</style>
background-color css
<style>
a { background-color: #29BD7E; }
a { background-color: rgb(41,189,126); }
div.DivClassName
{
background-color: #29BD7E;
}
.BgClassName
{
background-color: #29BD7E;
}
</style>
border-color css
<style>
span { border-color: #29BD7E; }
span { border-color: rgb(41,189,126); }
td.TdClassName
{
border-color: #29BD7E;
}
.TagClassName
{
border-color: #29BD7E;
}
</style>