Shades of Malachite #29E065
Tints of Malachite #29E065
RGB
CMYK
RGB Variations
Color information
#29E065 (or 0x29E065) is known color: Malachite. HEX triplet: 29, E0 and 65. RGB value is (41,224,101). Sum of RGB (Red+Green+Blue) = 41+224+101=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #29E065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29E065 is #D61F9A. Grayscale: #9B9B9B. Windows color (decimal): -14032795 or 6676521. OLE color: 6676521.
HSL color Cylindrical-coordinate representation of color #29E065: hue angle of 139.67º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E065 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 101 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.12 |
| HSL | 139.67º | 0.75% | 0.52% | - |
| HSV(B) | 139.67º | 0.82% | 0.88% | - |
| XYZ | 29.92 | 54.72 | 21.3 | - |
| YUV | 155.26 | 97.37 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 101 | 0.82 | 0 | 0.55 | 0.12 | 139.67 | 0.75 | 0.52 |
| Hex | 29 | E0 | 65 | 52 | 0 | 37 | C | 8C | 4B | 34 |
| Octal | 51 | 340 | 145 | 122 | 0 | 67 | 14 | 214 | 113 | 64 |
| Binary | 101001 | 11100000 | 1100101 | 1010010 | 0 | 110111 | 1100 | 10001100 | 1001011 | 110100 |
Color Harmonies of #29E065
Complementary color
Monochromatic Colors of #29E065
Black with #29E065
Text Example
Text Example
White with #29E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E065; }
p { color: rgb(41,224,101); }
H1.HeaderClassName
{
color: #29E065;
}
.AnyTagClassName
{
color: #29E065;
}
</style>
background-color css
<style>
a { background-color: #29E065; }
a { background-color: rgb(41,224,101); }
div.DivClassName
{
background-color: #29E065;
}
.BgClassName
{
background-color: #29E065;
}
</style>
border-color css
<style>
span { border-color: #29E065; }
span { border-color: rgb(41,224,101); }
td.TdClassName
{
border-color: #29E065;
}
.TagClassName
{
border-color: #29E065;
}
</style>