Shades of Malachite #29CF5C
Tints of Malachite #29CF5C
RGB
CMYK
RGB Variations
Color information
#29CF5C (or 0x29CF5C) is known color: Malachite. HEX triplet: 29, CF and 5C. RGB value is (41,207,92). Sum of RGB (Red+Green+Blue) = 41+207+92=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CF5C is #D630A3. Grayscale: #909090. Windows color (decimal): -14037156 or 6082345. OLE color: 6082345.
HSL color Cylindrical-coordinate representation of color #29CF5C: hue angle of 138.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF5C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 92 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.19 |
| HSL | 138.43º | 0.67% | 0.49% | - |
| HSV(B) | 138.43º | 0.8% | 0.81% | - |
| XYZ | 25.16 | 45.87 | 17.65 | - |
| YUV | 144.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 92 | 0.80 | 0 | 0.56 | 0.19 | 138.43 | 0.67 | 0.49 |
| Hex | 29 | CF | 5C | 50 | 0 | 38 | 13 | 8A | 43 | 31 |
| Octal | 51 | 317 | 134 | 120 | 0 | 70 | 23 | 212 | 103 | 61 |
| Binary | 101001 | 11001111 | 1011100 | 1010000 | 0 | 111000 | 10011 | 10001010 | 1000011 | 110001 |
Color Harmonies of #29CF5C
Complementary color
Monochromatic Colors of #29CF5C
Black with #29CF5C
Text Example
Text Example
White with #29CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF5C; }
p { color: rgb(41,207,92); }
H1.HeaderClassName
{
color: #29CF5C;
}
.AnyTagClassName
{
color: #29CF5C;
}
</style>
background-color css
<style>
a { background-color: #29CF5C; }
a { background-color: rgb(41,207,92); }
div.DivClassName
{
background-color: #29CF5C;
}
.BgClassName
{
background-color: #29CF5C;
}
</style>
border-color css
<style>
span { border-color: #29CF5C; }
span { border-color: rgb(41,207,92); }
td.TdClassName
{
border-color: #29CF5C;
}
.TagClassName
{
border-color: #29CF5C;
}
</style>