Shades of Mountain Meadow #29BA81
Tints of Mountain Meadow #29BA81
RGB
CMYK
RGB Variations
Color information
#29BA81 (or 0x29BA81) is known color: Mountain Meadow. HEX triplet: 29, BA and 81. RGB value is (41,186,129). Sum of RGB (Red+Green+Blue) = 41+186+129=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA81 is #D6457E. Grayscale: #888888. Windows color (decimal): -14042495 or 8501801. OLE color: 8501801.
HSL color Cylindrical-coordinate representation of color #29BA81: hue angle of 156.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA81 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 186 | 129 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.27 |
| HSL | 156.41º | 0.64% | 0.45% | - |
| HSV(B) | 156.41º | 0.78% | 0.73% | - |
| XYZ | 22.44 | 37.17 | 26.76 | - |
| YUV | 136.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 186 | 129 | 0.78 | 0 | 0.31 | 0.27 | 156.41 | 0.64 | 0.45 |
| Hex | 29 | BA | 81 | 4E | 0 | 1F | 1B | 9C | 40 | 2D |
| Octal | 51 | 272 | 201 | 116 | 0 | 37 | 33 | 234 | 100 | 55 |
| Binary | 101001 | 10111010 | 10000001 | 1001110 | 0 | 11111 | 11011 | 10011100 | 1000000 | 101101 |
Color Harmonies of #29BA81
Complementary color
Monochromatic Colors of #29BA81
Black with #29BA81
Text Example
Text Example
White with #29BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BA81; }
p { color: rgb(41,186,129); }
H1.HeaderClassName
{
color: #29BA81;
}
.AnyTagClassName
{
color: #29BA81;
}
</style>
background-color css
<style>
a { background-color: #29BA81; }
a { background-color: rgb(41,186,129); }
div.DivClassName
{
background-color: #29BA81;
}
.BgClassName
{
background-color: #29BA81;
}
</style>
border-color css
<style>
span { border-color: #29BA81; }
span { border-color: rgb(41,186,129); }
td.TdClassName
{
border-color: #29BA81;
}
.TagClassName
{
border-color: #29BA81;
}
</style>