Shades of Malachite #29D45D
Tints of Malachite #29D45D
RGB
CMYK
RGB Variations
Color information
#29D45D (or 0x29D45D) is known color: Malachite. HEX triplet: 29, D4 and 5D. RGB value is (41,212,93). Sum of RGB (Red+Green+Blue) = 41+212+93=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #29D45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D45D is #D62BA2. Grayscale: #939393. Windows color (decimal): -14035875 or 6149161. OLE color: 6149161.
HSL color Cylindrical-coordinate representation of color #29D45D: hue angle of 138.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D45D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 212 | 93 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.17 |
| HSL | 138.25º | 0.68% | 0.5% | - |
| HSV(B) | 138.25º | 0.81% | 0.83% | - |
| XYZ | 26.43 | 48.35 | 18.29 | - |
| YUV | 147.31 | 97.35 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 212 | 93 | 0.81 | 0 | 0.56 | 0.17 | 138.25 | 0.68 | 0.5 |
| Hex | 29 | D4 | 5D | 51 | 0 | 38 | 11 | 8A | 44 | 32 |
| Octal | 51 | 324 | 135 | 121 | 0 | 70 | 21 | 212 | 104 | 62 |
| Binary | 101001 | 11010100 | 1011101 | 1010001 | 0 | 111000 | 10001 | 10001010 | 1000100 | 110010 |
Color Harmonies of #29D45D
Complementary color
Monochromatic Colors of #29D45D
Black with #29D45D
Text Example
Text Example
White with #29D45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D45D; }
p { color: rgb(41,212,93); }
H1.HeaderClassName
{
color: #29D45D;
}
.AnyTagClassName
{
color: #29D45D;
}
</style>
background-color css
<style>
a { background-color: #29D45D; }
a { background-color: rgb(41,212,93); }
div.DivClassName
{
background-color: #29D45D;
}
.BgClassName
{
background-color: #29D45D;
}
</style>
border-color css
<style>
span { border-color: #29D45D; }
span { border-color: rgb(41,212,93); }
td.TdClassName
{
border-color: #29D45D;
}
.TagClassName
{
border-color: #29D45D;
}
</style>