Shades of Malachite #29C050
Tints of Malachite #29C050
RGB
CMYK
RGB Variations
Color information
#29C050 (or 0x29C050) is known color: Malachite. HEX triplet: 29, C0 and 50. RGB value is (41,192,80). Sum of RGB (Red+Green+Blue) = 41+192+80=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #29C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C050 is #D63FAF. Grayscale: #868686. Windows color (decimal): -14041008 or 5292073. OLE color: 5292073.
HSL color Cylindrical-coordinate representation of color #29C050: hue angle of 135.5º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C050 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 80 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.25 |
| HSL | 135.5º | 0.65% | 0.46% | - |
| HSV(B) | 135.5º | 0.79% | 0.75% | - |
| XYZ | 21.21 | 38.75 | 13.95 | - |
| YUV | 134.08 | 97.47 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 80 | 0.79 | 0 | 0.58 | 0.25 | 135.5 | 0.65 | 0.46 |
| Hex | 29 | C0 | 50 | 4F | 0 | 3A | 19 | 87 | 41 | 2E |
| Octal | 51 | 300 | 120 | 117 | 0 | 72 | 31 | 207 | 101 | 56 |
| Binary | 101001 | 11000000 | 1010000 | 1001111 | 0 | 111010 | 11001 | 10000111 | 1000001 | 101110 |
Color Harmonies of #29C050
Complementary color
Monochromatic Colors of #29C050
Black with #29C050
Text Example
Text Example
White with #29C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C050; }
p { color: rgb(41,192,80); }
H1.HeaderClassName
{
color: #29C050;
}
.AnyTagClassName
{
color: #29C050;
}
</style>
background-color css
<style>
a { background-color: #29C050; }
a { background-color: rgb(41,192,80); }
div.DivClassName
{
background-color: #29C050;
}
.BgClassName
{
background-color: #29C050;
}
</style>
border-color css
<style>
span { border-color: #29C050; }
span { border-color: rgb(41,192,80); }
td.TdClassName
{
border-color: #29C050;
}
.TagClassName
{
border-color: #29C050;
}
</style>