Shades of Malachite #29DB65
Tints of Malachite #29DB65
RGB
CMYK
RGB Variations
Color information
#29DB65 (or 0x29DB65) is known color: Malachite. HEX triplet: 29, DB and 65. RGB value is (41,219,101). Sum of RGB (Red+Green+Blue) = 41+219+101=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DB65 is #D6249A. Grayscale: #989898. Windows color (decimal): -14034075 or 6675241. OLE color: 6675241.
HSL color Cylindrical-coordinate representation of color #29DB65: hue angle of 140.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DB65 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 101 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.14 |
| HSL | 140.22º | 0.71% | 0.51% | - |
| HSV(B) | 140.22º | 0.81% | 0.86% | - |
| XYZ | 28.59 | 52.07 | 20.86 | - |
| YUV | 152.33 | 99.03 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 101 | 0.81 | 0 | 0.54 | 0.14 | 140.22 | 0.71 | 0.51 |
| Hex | 29 | DB | 65 | 51 | 0 | 36 | E | 8C | 47 | 33 |
| Octal | 51 | 333 | 145 | 121 | 0 | 66 | 16 | 214 | 107 | 63 |
| Binary | 101001 | 11011011 | 1100101 | 1010001 | 0 | 110110 | 1110 | 10001100 | 1000111 | 110011 |
Color Harmonies of #29DB65
Complementary color
Monochromatic Colors of #29DB65
Black with #29DB65
Text Example
Text Example
White with #29DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DB65; }
p { color: rgb(41,219,101); }
H1.HeaderClassName
{
color: #29DB65;
}
.AnyTagClassName
{
color: #29DB65;
}
</style>
background-color css
<style>
a { background-color: #29DB65; }
a { background-color: rgb(41,219,101); }
div.DivClassName
{
background-color: #29DB65;
}
.BgClassName
{
background-color: #29DB65;
}
</style>
border-color css
<style>
span { border-color: #29DB65; }
span { border-color: rgb(41,219,101); }
td.TdClassName
{
border-color: #29DB65;
}
.TagClassName
{
border-color: #29DB65;
}
</style>