Shades of Malachite #29F350
Tints of Malachite #29F350
RGB
CMYK
RGB Variations
Color information
#29F350 (or 0x29F350) is known color: Malachite. HEX triplet: 29, F3 and 50. RGB value is (41,243,80). Sum of RGB (Red+Green+Blue) = 41+243+80=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #29F350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29F350 is #D60CAF. Grayscale: #A4A4A4. Windows color (decimal): -14027952 or 5305129. OLE color: 5305129.
HSL color Cylindrical-coordinate representation of color #29F350: hue angle of 131.58º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F350 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 243 | 80 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.05 |
| HSL | 131.58º | 0.89% | 0.56% | - |
| HSV(B) | 131.58º | 0.83% | 0.95% | - |
| XYZ | 34.41 | 65.15 | 18.35 | - |
| YUV | 164.02 | 80.58 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 243 | 80 | 0.83 | 0 | 0.67 | 0.05 | 131.58 | 0.89 | 0.56 |
| Hex | 29 | F3 | 50 | 53 | 0 | 43 | 5 | 84 | 59 | 38 |
| Octal | 51 | 363 | 120 | 123 | 0 | 103 | 5 | 204 | 131 | 70 |
| Binary | 101001 | 11110011 | 1010000 | 1010011 | 0 | 1000011 | 101 | 10000100 | 1011001 | 111000 |
Color Harmonies of #29F350
Complementary color
Monochromatic Colors of #29F350
Black with #29F350
Text Example
Text Example
White with #29F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F350; }
p { color: rgb(41,243,80); }
H1.HeaderClassName
{
color: #29F350;
}
.AnyTagClassName
{
color: #29F350;
}
</style>
background-color css
<style>
a { background-color: #29F350; }
a { background-color: rgb(41,243,80); }
div.DivClassName
{
background-color: #29F350;
}
.BgClassName
{
background-color: #29F350;
}
</style>
border-color css
<style>
span { border-color: #29F350; }
span { border-color: rgb(41,243,80); }
td.TdClassName
{
border-color: #29F350;
}
.TagClassName
{
border-color: #29F350;
}
</style>