Shades of Malachite #29D752
Tints of Malachite #29D752
RGB
CMYK
RGB Variations
Color information
#29D752 (or 0x29D752) is known color: Malachite. HEX triplet: 29, D7 and 52. RGB value is (41,215,82). Sum of RGB (Red+Green+Blue) = 41+215+82=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #29D752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D752 is #D628AD. Grayscale: #949494. Windows color (decimal): -14035118 or 5429033. OLE color: 5429033.
HSL color Cylindrical-coordinate representation of color #29D752: hue angle of 134.14º degrees, saturation: 0.69, 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 #29D752 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 215 | 82 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.16 |
| HSL | 134.14º | 0.69% | 0.5% | - |
| HSV(B) | 134.14º | 0.81% | 0.84% | - |
| XYZ | 26.74 | 49.68 | 16.16 | - |
| YUV | 147.81 | 90.85 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 215 | 82 | 0.81 | 0 | 0.62 | 0.16 | 134.14 | 0.69 | 0.5 |
| Hex | 29 | D7 | 52 | 51 | 0 | 3E | 10 | 86 | 45 | 32 |
| Octal | 51 | 327 | 122 | 121 | 0 | 76 | 20 | 206 | 105 | 62 |
| Binary | 101001 | 11010111 | 1010010 | 1010001 | 0 | 111110 | 10000 | 10000110 | 1000101 | 110010 |
Color Harmonies of #29D752
Complementary color
Monochromatic Colors of #29D752
Black with #29D752
Text Example
Text Example
White with #29D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D752; }
p { color: rgb(41,215,82); }
H1.HeaderClassName
{
color: #29D752;
}
.AnyTagClassName
{
color: #29D752;
}
</style>
background-color css
<style>
a { background-color: #29D752; }
a { background-color: rgb(41,215,82); }
div.DivClassName
{
background-color: #29D752;
}
.BgClassName
{
background-color: #29D752;
}
</style>
border-color css
<style>
span { border-color: #29D752; }
span { border-color: rgb(41,215,82); }
td.TdClassName
{
border-color: #29D752;
}
.TagClassName
{
border-color: #29D752;
}
</style>