Shades of Malachite #1DC352
Tints of Malachite #1DC352
RGB
CMYK
RGB Variations
Color information
#1DC352 (or 0x1DC352) is known color: Malachite. HEX triplet: 1D, C3 and 52. RGB value is (29,195,82). Sum of RGB (Red+Green+Blue) = 29+195+82=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC352 is #E23CAD. Grayscale: #848484. Windows color (decimal): -14826670 or 5423901. OLE color: 5423901.
HSL color Cylindrical-coordinate representation of color #1DC352: hue angle of 139.16º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC352 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 82 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.24 |
| HSL | 139.16º | 0.74% | 0.44% | - |
| HSV(B) | 139.16º | 0.85% | 0.76% | - |
| XYZ | 21.54 | 39.9 | 14.55 | - |
| YUV | 132.48 | 99.5 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 82 | 0.85 | 0 | 0.58 | 0.24 | 139.16 | 0.74 | 0.44 |
| Hex | 1D | C3 | 52 | 55 | 0 | 3A | 18 | 8B | 4A | 2C |
| Octal | 35 | 303 | 122 | 125 | 0 | 72 | 30 | 213 | 112 | 54 |
| Binary | 11101 | 11000011 | 1010010 | 1010101 | 0 | 111010 | 11000 | 10001011 | 1001010 | 101100 |
Color Harmonies of #1DC352
Complementary color
Monochromatic Colors of #1DC352
Black with #1DC352
Text Example
Text Example
White with #1DC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC352; }
p { color: rgb(29,195,82); }
H1.HeaderClassName
{
color: #1DC352;
}
.AnyTagClassName
{
color: #1DC352;
}
</style>
background-color css
<style>
a { background-color: #1DC352; }
a { background-color: rgb(29,195,82); }
div.DivClassName
{
background-color: #1DC352;
}
.BgClassName
{
background-color: #1DC352;
}
</style>
border-color css
<style>
span { border-color: #1DC352; }
span { border-color: rgb(29,195,82); }
td.TdClassName
{
border-color: #1DC352;
}
.TagClassName
{
border-color: #1DC352;
}
</style>