Shades of Malachite #29E965
Tints of Malachite #29E965
RGB
CMYK
RGB Variations
Color information
#29E965 (or 0x29E965) is known color: Malachite. HEX triplet: 29, E9 and 65. RGB value is (41,233,101). Sum of RGB (Red+Green+Blue) = 41+233+101=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #29E965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29E965 is #D6169A. Grayscale: #A0A0A0. Windows color (decimal): -14030491 or 6678825. OLE color: 6678825.
HSL color Cylindrical-coordinate representation of color #29E965: hue angle of 138.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E965 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 233 | 101 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.09 |
| HSL | 138.75º | 0.81% | 0.54% | - |
| HSV(B) | 138.75º | 0.82% | 0.91% | - |
| XYZ | 32.4 | 59.69 | 22.13 | - |
| YUV | 160.54 | 94.39 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 233 | 101 | 0.82 | 0 | 0.57 | 0.09 | 138.75 | 0.81 | 0.54 |
| Hex | 29 | E9 | 65 | 52 | 0 | 39 | 9 | 8B | 51 | 36 |
| Octal | 51 | 351 | 145 | 122 | 0 | 71 | 11 | 213 | 121 | 66 |
| Binary | 101001 | 11101001 | 1100101 | 1010010 | 0 | 111001 | 1001 | 10001011 | 1010001 | 110110 |
Color Harmonies of #29E965
Complementary color
Monochromatic Colors of #29E965
Black with #29E965
Text Example
Text Example
White with #29E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E965; }
p { color: rgb(41,233,101); }
H1.HeaderClassName
{
color: #29E965;
}
.AnyTagClassName
{
color: #29E965;
}
</style>
background-color css
<style>
a { background-color: #29E965; }
a { background-color: rgb(41,233,101); }
div.DivClassName
{
background-color: #29E965;
}
.BgClassName
{
background-color: #29E965;
}
</style>
border-color css
<style>
span { border-color: #29E965; }
span { border-color: rgb(41,233,101); }
td.TdClassName
{
border-color: #29E965;
}
.TagClassName
{
border-color: #29E965;
}
</style>