Shades of Malachite #02E346
Tints of Malachite #02E346
RGB
CMYK
RGB Variations
Color information
#02E346 (or 0x02E346) is known color: Malachite. HEX triplet: 02, E3 and 46. RGB value is (2,227,70). Sum of RGB (Red+Green+Blue) = 2+227+70=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #02E346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E346 is #FD1CB9. Grayscale: #8E8E8E. Windows color (decimal): -16587962 or 4645634. OLE color: 4645634.
HSL color Cylindrical-coordinate representation of color #02E346: hue angle of 138.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E346 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 70 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.11 |
| HSL | 138.13º | 0.98% | 0.45% | - |
| HSV(B) | 138.13º | 0.99% | 0.89% | - |
| XYZ | 28.6 | 55.39 | 14.98 | - |
| YUV | 141.83 | 87.46 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 70 | 0.99 | 0 | 0.69 | 0.11 | 138.13 | 0.98 | 0.45 |
| Hex | 2 | E3 | 46 | 63 | 0 | 45 | B | 8A | 62 | 2D |
| Octal | 2 | 343 | 106 | 143 | 0 | 105 | 13 | 212 | 142 | 55 |
| Binary | 10 | 11100011 | 1000110 | 1100011 | 0 | 1000101 | 1011 | 10001010 | 1100010 | 101101 |
Color Harmonies of #02E346
Complementary color
Monochromatic Colors of #02E346
Black with #02E346
Text Example
Text Example
White with #02E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E346; }
p { color: rgb(2,227,70); }
H1.HeaderClassName
{
color: #02E346;
}
.AnyTagClassName
{
color: #02E346;
}
</style>
background-color css
<style>
a { background-color: #02E346; }
a { background-color: rgb(2,227,70); }
div.DivClassName
{
background-color: #02E346;
}
.BgClassName
{
background-color: #02E346;
}
</style>
border-color css
<style>
span { border-color: #02E346; }
span { border-color: rgb(2,227,70); }
td.TdClassName
{
border-color: #02E346;
}
.TagClassName
{
border-color: #02E346;
}
</style>