Shades of Malachite #02E731
Tints of Malachite #02E731
RGB
CMYK
RGB Variations
Color information
#02E731 (or 0x02E731) is known color: Malachite. HEX triplet: 02, E7 and 31. RGB value is (2,231,49). Sum of RGB (Red+Green+Blue) = 2+231+49=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 231 (90.62% from 255 or 81.91% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 231 - color contains mainly: green. Hex color #02E731 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E731 is #FD18CE. Grayscale: #8E8E8E. Windows color (decimal): -16586959 or 3270402. OLE color: 3270402.
HSL color Cylindrical-coordinate representation of color #02E731: hue angle of 132.31º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E731 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 49 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.09 |
| HSL | 132.31º | 0.98% | 0.46% | - |
| HSV(B) | 132.31º | 0.99% | 0.91% | - |
| XYZ | 29.16 | 57.39 | 12.45 | - |
| YUV | 141.78 | 75.63 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 49 | 0.99 | 0 | 0.79 | 0.09 | 132.31 | 0.98 | 0.46 |
| Hex | 2 | E7 | 31 | 63 | 0 | 4F | 9 | 84 | 62 | 2E |
| Octal | 2 | 347 | 61 | 143 | 0 | 117 | 11 | 204 | 142 | 56 |
| Binary | 10 | 11100111 | 110001 | 1100011 | 0 | 1001111 | 1001 | 10000100 | 1100010 | 101110 |
Color Harmonies of #02E731
Complementary color
Monochromatic Colors of #02E731
Black with #02E731
Text Example
Text Example
White with #02E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E731; }
p { color: rgb(2,231,49); }
H1.HeaderClassName
{
color: #02E731;
}
.AnyTagClassName
{
color: #02E731;
}
</style>
background-color css
<style>
a { background-color: #02E731; }
a { background-color: rgb(2,231,49); }
div.DivClassName
{
background-color: #02E731;
}
.BgClassName
{
background-color: #02E731;
}
</style>
border-color css
<style>
span { border-color: #02E731; }
span { border-color: rgb(2,231,49); }
td.TdClassName
{
border-color: #02E731;
}
.TagClassName
{
border-color: #02E731;
}
</style>