Shades of Malachite #1DC360
Tints of Malachite #1DC360
RGB
CMYK
RGB Variations
Color information
#1DC360 (or 0x1DC360) is known color: Malachite. HEX triplet: 1D, C3 and 60. RGB value is (29,195,96). Sum of RGB (Red+Green+Blue) = 29+195+96=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC360 is #E23C9F. Grayscale: #868686. Windows color (decimal): -14826656 or 6341405. OLE color: 6341405.
HSL color Cylindrical-coordinate representation of color #1DC360: hue angle of 144.22º 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 #1DC360 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 96 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.24 |
| HSL | 144.22º | 0.74% | 0.44% | - |
| HSV(B) | 144.22º | 0.85% | 0.76% | - |
| XYZ | 22.13 | 40.14 | 17.65 | - |
| YUV | 134.08 | 106.5 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 96 | 0.85 | 0 | 0.51 | 0.24 | 144.22 | 0.74 | 0.44 |
| Hex | 1D | C3 | 60 | 55 | 0 | 33 | 18 | 90 | 4A | 2C |
| Octal | 35 | 303 | 140 | 125 | 0 | 63 | 30 | 220 | 112 | 54 |
| Binary | 11101 | 11000011 | 1100000 | 1010101 | 0 | 110011 | 11000 | 10010000 | 1001010 | 101100 |
Color Harmonies of #1DC360
Complementary color
Monochromatic Colors of #1DC360
Black with #1DC360
Text Example
Text Example
White with #1DC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC360; }
p { color: rgb(29,195,96); }
H1.HeaderClassName
{
color: #1DC360;
}
.AnyTagClassName
{
color: #1DC360;
}
</style>
background-color css
<style>
a { background-color: #1DC360; }
a { background-color: rgb(29,195,96); }
div.DivClassName
{
background-color: #1DC360;
}
.BgClassName
{
background-color: #1DC360;
}
</style>
border-color css
<style>
span { border-color: #1DC360; }
span { border-color: rgb(29,195,96); }
td.TdClassName
{
border-color: #1DC360;
}
.TagClassName
{
border-color: #1DC360;
}
</style>