Shades of Malachite #29CA53
Tints of Malachite #29CA53
RGB
CMYK
RGB Variations
Color information
#29CA53 (or 0x29CA53) is known color: Malachite. HEX triplet: 29, CA and 53. RGB value is (41,202,83). Sum of RGB (Red+Green+Blue) = 41+202+83=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CA53 is #D635AC. Grayscale: #8C8C8C. Windows color (decimal): -14038445 or 5491241. OLE color: 5491241.
HSL color Cylindrical-coordinate representation of color #29CA53: hue angle of 135.65º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CA53 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 202 | 83 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.21 |
| HSL | 135.65º | 0.66% | 0.48% | - |
| HSV(B) | 135.65º | 0.8% | 0.79% | - |
| XYZ | 23.6 | 43.34 | 15.3 | - |
| YUV | 140.3 | 95.66 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 83 | 0.80 | 0 | 0.59 | 0.21 | 135.65 | 0.66 | 0.48 |
| Hex | 29 | CA | 53 | 50 | 0 | 3B | 15 | 88 | 42 | 30 |
| Octal | 51 | 312 | 123 | 120 | 0 | 73 | 25 | 210 | 102 | 60 |
| Binary | 101001 | 11001010 | 1010011 | 1010000 | 0 | 111011 | 10101 | 10001000 | 1000010 | 110000 |
Color Harmonies of #29CA53
Complementary color
Monochromatic Colors of #29CA53
Black with #29CA53
Text Example
Text Example
White with #29CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CA53; }
p { color: rgb(41,202,83); }
H1.HeaderClassName
{
color: #29CA53;
}
.AnyTagClassName
{
color: #29CA53;
}
</style>
background-color css
<style>
a { background-color: #29CA53; }
a { background-color: rgb(41,202,83); }
div.DivClassName
{
background-color: #29CA53;
}
.BgClassName
{
background-color: #29CA53;
}
</style>
border-color css
<style>
span { border-color: #29CA53; }
span { border-color: rgb(41,202,83); }
td.TdClassName
{
border-color: #29CA53;
}
.TagClassName
{
border-color: #29CA53;
}
</style>