Shades of Malachite #29E770
Tints of Malachite #29E770
RGB
CMYK
RGB Variations
Color information
#29E770 (or 0x29E770) is known color: Malachite. HEX triplet: 29, E7 and 70. RGB value is (41,231,112). Sum of RGB (Red+Green+Blue) = 41+231+112=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 231 (90.62% from 255 or 60.16% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 231 - color contains mainly: green. Hex color #29E770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29E770 is #D6188F. Grayscale: #A0A0A0. Windows color (decimal): -14030992 or 7399209. OLE color: 7399209.
HSL color Cylindrical-coordinate representation of color #29E770: hue angle of 142.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E770 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 231 | 112 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.09 |
| HSL | 142.42º | 0.8% | 0.53% | - |
| HSV(B) | 142.42º | 0.82% | 0.91% | - |
| XYZ | 32.42 | 58.79 | 24.97 | - |
| YUV | 160.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 231 | 112 | 0.82 | 0 | 0.52 | 0.09 | 142.42 | 0.8 | 0.53 |
| Hex | 29 | E7 | 70 | 52 | 0 | 34 | 9 | 8E | 50 | 35 |
| Octal | 51 | 347 | 160 | 122 | 0 | 64 | 11 | 216 | 120 | 65 |
| Binary | 101001 | 11100111 | 1110000 | 1010010 | 0 | 110100 | 1001 | 10001110 | 1010000 | 110101 |
Color Harmonies of #29E770
Complementary color
Monochromatic Colors of #29E770
Black with #29E770
Text Example
Text Example
White with #29E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E770; }
p { color: rgb(41,231,112); }
H1.HeaderClassName
{
color: #29E770;
}
.AnyTagClassName
{
color: #29E770;
}
</style>
background-color css
<style>
a { background-color: #29E770; }
a { background-color: rgb(41,231,112); }
div.DivClassName
{
background-color: #29E770;
}
.BgClassName
{
background-color: #29E770;
}
</style>
border-color css
<style>
span { border-color: #29E770; }
span { border-color: rgb(41,231,112); }
td.TdClassName
{
border-color: #29E770;
}
.TagClassName
{
border-color: #29E770;
}
</style>