Shades of Mountain Meadow #29C27F
Tints of Mountain Meadow #29C27F
RGB
CMYK
RGB Variations
Color information
#29C27F (or 0x29C27F) is known color: Mountain Meadow. HEX triplet: 29, C2 and 7F. RGB value is (41,194,127). Sum of RGB (Red+Green+Blue) = 41+194+127=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #29C27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C27F is #D63D80. Grayscale: #8C8C8C. Windows color (decimal): -14040449 or 8372777. OLE color: 8372777.
HSL color Cylindrical-coordinate representation of color #29C27F: hue angle of 153.73º 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 #29C27F is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 127 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.24 |
| HSL | 153.73º | 0.65% | 0.46% | - |
| HSV(B) | 153.73º | 0.79% | 0.76% | - |
| XYZ | 24.04 | 40.59 | 26.65 | - |
| YUV | 140.62 | 120.31 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 127 | 0.79 | 0 | 0.35 | 0.24 | 153.73 | 0.65 | 0.46 |
| Hex | 29 | C2 | 7F | 4F | 0 | 23 | 18 | 9A | 41 | 2E |
| Octal | 51 | 302 | 177 | 117 | 0 | 43 | 30 | 232 | 101 | 56 |
| Binary | 101001 | 11000010 | 1111111 | 1001111 | 0 | 100011 | 11000 | 10011010 | 1000001 | 101110 |
Color Harmonies of #29C27F
Complementary color
Monochromatic Colors of #29C27F
Black with #29C27F
Text Example
Text Example
White with #29C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C27F; }
p { color: rgb(41,194,127); }
H1.HeaderClassName
{
color: #29C27F;
}
.AnyTagClassName
{
color: #29C27F;
}
</style>
background-color css
<style>
a { background-color: #29C27F; }
a { background-color: rgb(41,194,127); }
div.DivClassName
{
background-color: #29C27F;
}
.BgClassName
{
background-color: #29C27F;
}
</style>
border-color css
<style>
span { border-color: #29C27F; }
span { border-color: rgb(41,194,127); }
td.TdClassName
{
border-color: #29C27F;
}
.TagClassName
{
border-color: #29C27F;
}
</style>