Shades of Malachite #02D148
Tints of Malachite #02D148
RGB
CMYK
RGB Variations
Color information
#02D148 (or 0x02D148) is known color: Malachite. HEX triplet: 02, D1 and 48. RGB value is (2,209,72). Sum of RGB (Red+Green+Blue) = 2+209+72=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 209 (82.03% from 255 or 73.85% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 209 - color contains mainly: green. Hex color #02D148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D148 is #FD2EB7. Grayscale: #838383. Windows color (decimal): -16592568 or 4772098. OLE color: 4772098.
HSL color Cylindrical-coordinate representation of color #02D148: hue angle of 140.29º 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 #02D148 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 72 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.18 |
| HSL | 140.29º | 0.98% | 0.41% | - |
| HSV(B) | 140.29º | 0.99% | 0.82% | - |
| XYZ | 24 | 46.08 | 13.76 | - |
| YUV | 131.49 | 94.42 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 72 | 0.99 | 0 | 0.66 | 0.18 | 140.29 | 0.98 | 0.41 |
| Hex | 2 | D1 | 48 | 63 | 0 | 42 | 12 | 8C | 62 | 29 |
| Octal | 2 | 321 | 110 | 143 | 0 | 102 | 22 | 214 | 142 | 51 |
| Binary | 10 | 11010001 | 1001000 | 1100011 | 0 | 1000010 | 10010 | 10001100 | 1100010 | 101001 |
Color Harmonies of #02D148
Complementary color
Monochromatic Colors of #02D148
Black with #02D148
Text Example
Text Example
White with #02D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D148; }
p { color: rgb(2,209,72); }
H1.HeaderClassName
{
color: #02D148;
}
.AnyTagClassName
{
color: #02D148;
}
</style>
background-color css
<style>
a { background-color: #02D148; }
a { background-color: rgb(2,209,72); }
div.DivClassName
{
background-color: #02D148;
}
.BgClassName
{
background-color: #02D148;
}
</style>
border-color css
<style>
span { border-color: #02D148; }
span { border-color: rgb(2,209,72); }
td.TdClassName
{
border-color: #02D148;
}
.TagClassName
{
border-color: #02D148;
}
</style>