Shades of Malachite #02E367
Tints of Malachite #02E367
RGB
CMYK
RGB Variations
Color information
#02E367 (or 0x02E367) is known color: Malachite. HEX triplet: 02, E3 and 67. RGB value is (2,227,103). Sum of RGB (Red+Green+Blue) = 2+227+103=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #02E367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E367 is #FD1C98. Grayscale: #919191. Windows color (decimal): -16587929 or 6808322. OLE color: 6808322.
HSL color Cylindrical-coordinate representation of color #02E367: hue angle of 146.93º 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 #02E367 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 103 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.11 |
| HSL | 146.93º | 0.98% | 0.45% | - |
| HSV(B) | 146.93º | 0.99% | 0.89% | - |
| XYZ | 29.94 | 55.93 | 22.05 | - |
| YUV | 145.59 | 103.96 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 103 | 0.99 | 0 | 0.55 | 0.11 | 146.93 | 0.98 | 0.45 |
| Hex | 2 | E3 | 67 | 63 | 0 | 37 | B | 93 | 62 | 2D |
| Octal | 2 | 343 | 147 | 143 | 0 | 67 | 13 | 223 | 142 | 55 |
| Binary | 10 | 11100011 | 1100111 | 1100011 | 0 | 110111 | 1011 | 10010011 | 1100010 | 101101 |
Color Harmonies of #02E367
Complementary color
Monochromatic Colors of #02E367
Black with #02E367
Text Example
Text Example
White with #02E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E367; }
p { color: rgb(2,227,103); }
H1.HeaderClassName
{
color: #02E367;
}
.AnyTagClassName
{
color: #02E367;
}
</style>
background-color css
<style>
a { background-color: #02E367; }
a { background-color: rgb(2,227,103); }
div.DivClassName
{
background-color: #02E367;
}
.BgClassName
{
background-color: #02E367;
}
</style>
border-color css
<style>
span { border-color: #02E367; }
span { border-color: rgb(2,227,103); }
td.TdClassName
{
border-color: #02E367;
}
.TagClassName
{
border-color: #02E367;
}
</style>