Shades of Malachite #29D568
Tints of Malachite #29D568
RGB
CMYK
RGB Variations
Color information
#29D568 (or 0x29D568) is known color: Malachite. HEX triplet: 29, D5 and 68. RGB value is (41,213,104). Sum of RGB (Red+Green+Blue) = 41+213+104=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #29D568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D568 is #D62A97. Grayscale: #959595. Windows color (decimal): -14035608 or 6870313. OLE color: 6870313.
HSL color Cylindrical-coordinate representation of color #29D568: hue angle of 141.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D568 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 213 | 104 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.16 |
| HSL | 141.98º | 0.68% | 0.5% | - |
| HSV(B) | 141.98º | 0.81% | 0.84% | - |
| XYZ | 27.21 | 49.06 | 21.13 | - |
| YUV | 149.15 | 102.52 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 104 | 0.81 | 0 | 0.51 | 0.16 | 141.98 | 0.68 | 0.5 |
| Hex | 29 | D5 | 68 | 51 | 0 | 33 | 10 | 8E | 44 | 32 |
| Octal | 51 | 325 | 150 | 121 | 0 | 63 | 20 | 216 | 104 | 62 |
| Binary | 101001 | 11010101 | 1101000 | 1010001 | 0 | 110011 | 10000 | 10001110 | 1000100 | 110010 |
Color Harmonies of #29D568
Complementary color
Monochromatic Colors of #29D568
Black with #29D568
Text Example
Text Example
White with #29D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D568; }
p { color: rgb(41,213,104); }
H1.HeaderClassName
{
color: #29D568;
}
.AnyTagClassName
{
color: #29D568;
}
</style>
background-color css
<style>
a { background-color: #29D568; }
a { background-color: rgb(41,213,104); }
div.DivClassName
{
background-color: #29D568;
}
.BgClassName
{
background-color: #29D568;
}
</style>
border-color css
<style>
span { border-color: #29D568; }
span { border-color: rgb(41,213,104); }
td.TdClassName
{
border-color: #29D568;
}
.TagClassName
{
border-color: #29D568;
}
</style>