Shades of Malachite #02D072
Tints of Malachite #02D072
RGB
CMYK
RGB Variations
Color information
#02D072 (or 0x02D072) is known color: Malachite. HEX triplet: 02, D0 and 72. RGB value is (2,208,114). Sum of RGB (Red+Green+Blue) = 2+208+114=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #02D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D072 is #FD2F8D. Grayscale: #878787. Windows color (decimal): -16592782 or 7524354. OLE color: 7524354.
HSL color Cylindrical-coordinate representation of color #02D072: hue angle of 152.62º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D072 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 114 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.18 |
| HSL | 152.62º | 0.98% | 0.41% | - |
| HSV(B) | 152.62º | 0.99% | 0.82% | - |
| XYZ | 25.62 | 46.34 | 23.51 | - |
| YUV | 135.69 | 115.75 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 114 | 0.99 | 0 | 0.45 | 0.18 | 152.62 | 0.98 | 0.41 |
| Hex | 2 | D0 | 72 | 63 | 0 | 2D | 12 | 99 | 62 | 29 |
| Octal | 2 | 320 | 162 | 143 | 0 | 55 | 22 | 231 | 142 | 51 |
| Binary | 10 | 11010000 | 1110010 | 1100011 | 0 | 101101 | 10010 | 10011001 | 1100010 | 101001 |
Color Harmonies of #02D072
Complementary color
Monochromatic Colors of #02D072
Black with #02D072
Text Example
Text Example
White with #02D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D072; }
p { color: rgb(2,208,114); }
H1.HeaderClassName
{
color: #02D072;
}
.AnyTagClassName
{
color: #02D072;
}
</style>
background-color css
<style>
a { background-color: #02D072; }
a { background-color: rgb(2,208,114); }
div.DivClassName
{
background-color: #02D072;
}
.BgClassName
{
background-color: #02D072;
}
</style>
border-color css
<style>
span { border-color: #02D072; }
span { border-color: rgb(2,208,114); }
td.TdClassName
{
border-color: #02D072;
}
.TagClassName
{
border-color: #02D072;
}
</style>