Shades of Malachite #29CA5D
Tints of Malachite #29CA5D
RGB
CMYK
RGB Variations
Color information
#29CA5D (or 0x29CA5D) is known color: Malachite. HEX triplet: 29, CA and 5D. RGB value is (41,202,93). Sum of RGB (Red+Green+Blue) = 41+202+93=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CA5D is #D635A2. Grayscale: #8D8D8D. Windows color (decimal): -14038435 or 6146601. OLE color: 6146601.
HSL color Cylindrical-coordinate representation of color #29CA5D: hue angle of 139.38º 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 #29CA5D is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 202 | 93 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.21 |
| HSL | 139.38º | 0.66% | 0.48% | - |
| HSV(B) | 139.38º | 0.8% | 0.79% | - |
| XYZ | 24.01 | 43.5 | 17.49 | - |
| YUV | 141.44 | 100.66 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 93 | 0.80 | 0 | 0.54 | 0.21 | 139.38 | 0.66 | 0.48 |
| Hex | 29 | CA | 5D | 50 | 0 | 36 | 15 | 8B | 42 | 30 |
| Octal | 51 | 312 | 135 | 120 | 0 | 66 | 25 | 213 | 102 | 60 |
| Binary | 101001 | 11001010 | 1011101 | 1010000 | 0 | 110110 | 10101 | 10001011 | 1000010 | 110000 |
Color Harmonies of #29CA5D
Complementary color
Monochromatic Colors of #29CA5D
Black with #29CA5D
Text Example
Text Example
White with #29CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CA5D; }
p { color: rgb(41,202,93); }
H1.HeaderClassName
{
color: #29CA5D;
}
.AnyTagClassName
{
color: #29CA5D;
}
</style>
background-color css
<style>
a { background-color: #29CA5D; }
a { background-color: rgb(41,202,93); }
div.DivClassName
{
background-color: #29CA5D;
}
.BgClassName
{
background-color: #29CA5D;
}
</style>
border-color css
<style>
span { border-color: #29CA5D; }
span { border-color: rgb(41,202,93); }
td.TdClassName
{
border-color: #29CA5D;
}
.TagClassName
{
border-color: #29CA5D;
}
</style>