Shades of Malachite #29C950
Tints of Malachite #29C950
RGB
CMYK
RGB Variations
Color information
#29C950 (or 0x29C950) is known color: Malachite. HEX triplet: 29, C9 and 50. RGB value is (41,201,80). Sum of RGB (Red+Green+Blue) = 41+201+80=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #29C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C950 is #D636AF. Grayscale: #8B8B8B. Windows color (decimal): -14038704 or 5294377. OLE color: 5294377.
HSL color Cylindrical-coordinate representation of color #29C950: hue angle of 134.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C950 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 201 | 80 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.21 |
| HSL | 134.63º | 0.66% | 0.47% | - |
| HSV(B) | 134.63º | 0.8% | 0.79% | - |
| XYZ | 23.25 | 42.82 | 14.63 | - |
| YUV | 139.37 | 94.49 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 80 | 0.80 | 0 | 0.60 | 0.21 | 134.63 | 0.66 | 0.47 |
| Hex | 29 | C9 | 50 | 50 | 0 | 3C | 15 | 87 | 42 | 2F |
| Octal | 51 | 311 | 120 | 120 | 0 | 74 | 25 | 207 | 102 | 57 |
| Binary | 101001 | 11001001 | 1010000 | 1010000 | 0 | 111100 | 10101 | 10000111 | 1000010 | 101111 |
Color Harmonies of #29C950
Complementary color
Monochromatic Colors of #29C950
Black with #29C950
Text Example
Text Example
White with #29C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C950; }
p { color: rgb(41,201,80); }
H1.HeaderClassName
{
color: #29C950;
}
.AnyTagClassName
{
color: #29C950;
}
</style>
background-color css
<style>
a { background-color: #29C950; }
a { background-color: rgb(41,201,80); }
div.DivClassName
{
background-color: #29C950;
}
.BgClassName
{
background-color: #29C950;
}
</style>
border-color css
<style>
span { border-color: #29C950; }
span { border-color: rgb(41,201,80); }
td.TdClassName
{
border-color: #29C950;
}
.TagClassName
{
border-color: #29C950;
}
</style>