Shades of Malachite #02D346
Tints of Malachite #02D346
RGB
CMYK
RGB Variations
Color information
#02D346 (or 0x02D346) is known color: Malachite. HEX triplet: 02, D3 and 46. RGB value is (2,211,70). Sum of RGB (Red+Green+Blue) = 2+211+70=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #02D346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D346 is #FD2CB9. Grayscale: #848484. Windows color (decimal): -16592058 or 4641538. OLE color: 4641538.
HSL color Cylindrical-coordinate representation of color #02D346: hue angle of 139.52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D346 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 70 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.17 |
| HSL | 139.52º | 0.98% | 0.42% | - |
| HSV(B) | 139.52º | 0.99% | 0.83% | - |
| XYZ | 24.42 | 47.04 | 13.59 | - |
| YUV | 132.44 | 92.76 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 70 | 0.99 | 0 | 0.67 | 0.17 | 139.52 | 0.98 | 0.42 |
| Hex | 2 | D3 | 46 | 63 | 0 | 43 | 11 | 8C | 62 | 2A |
| Octal | 2 | 323 | 106 | 143 | 0 | 103 | 21 | 214 | 142 | 52 |
| Binary | 10 | 11010011 | 1000110 | 1100011 | 0 | 1000011 | 10001 | 10001100 | 1100010 | 101010 |
Color Harmonies of #02D346
Complementary color
Monochromatic Colors of #02D346
Black with #02D346
Text Example
Text Example
White with #02D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D346; }
p { color: rgb(2,211,70); }
H1.HeaderClassName
{
color: #02D346;
}
.AnyTagClassName
{
color: #02D346;
}
</style>
background-color css
<style>
a { background-color: #02D346; }
a { background-color: rgb(2,211,70); }
div.DivClassName
{
background-color: #02D346;
}
.BgClassName
{
background-color: #02D346;
}
</style>
border-color css
<style>
span { border-color: #02D346; }
span { border-color: rgb(2,211,70); }
td.TdClassName
{
border-color: #02D346;
}
.TagClassName
{
border-color: #02D346;
}
</style>