Shades of Mountain Meadow #29BE7D
Tints of Mountain Meadow #29BE7D
RGB
CMYK
RGB Variations
Color information
#29BE7D (or 0x29BE7D) is known color: Mountain Meadow. HEX triplet: 29, BE and 7D. RGB value is (41,190,125). Sum of RGB (Red+Green+Blue) = 41+190+125=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #29BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29BE7D is #D64182. Grayscale: #8A8A8A. Windows color (decimal): -14041475 or 8240681. OLE color: 8240681.
HSL color Cylindrical-coordinate representation of color #29BE7D: hue angle of 153.83º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BE7D is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 190 | 125 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.25 |
| HSL | 153.83º | 0.65% | 0.45% | - |
| HSV(B) | 153.83º | 0.78% | 0.75% | - |
| XYZ | 23.03 | 38.78 | 25.67 | - |
| YUV | 138.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 125 | 0.78 | 0 | 0.34 | 0.25 | 153.83 | 0.65 | 0.45 |
| Hex | 29 | BE | 7D | 4E | 0 | 22 | 19 | 9A | 41 | 2D |
| Octal | 51 | 276 | 175 | 116 | 0 | 42 | 31 | 232 | 101 | 55 |
| Binary | 101001 | 10111110 | 1111101 | 1001110 | 0 | 100010 | 11001 | 10011010 | 1000001 | 101101 |
Color Harmonies of #29BE7D
Complementary color
Monochromatic Colors of #29BE7D
Black with #29BE7D
Text Example
Text Example
White with #29BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BE7D; }
p { color: rgb(41,190,125); }
H1.HeaderClassName
{
color: #29BE7D;
}
.AnyTagClassName
{
color: #29BE7D;
}
</style>
background-color css
<style>
a { background-color: #29BE7D; }
a { background-color: rgb(41,190,125); }
div.DivClassName
{
background-color: #29BE7D;
}
.BgClassName
{
background-color: #29BE7D;
}
</style>
border-color css
<style>
span { border-color: #29BE7D; }
span { border-color: rgb(41,190,125); }
td.TdClassName
{
border-color: #29BE7D;
}
.TagClassName
{
border-color: #29BE7D;
}
</style>