Shades of Malachite #03D073
Tints of Malachite #03D073
RGB
CMYK
RGB Variations
Color information
#03D073 (or 0x03D073) is known color: Malachite. HEX triplet: 03, D0 and 73. RGB value is (3,208,115). Sum of RGB (Red+Green+Blue) = 3+208+115=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #03D073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D073 is #FC2F8C. Grayscale: #888888. Windows color (decimal): -16527245 or 7589891. OLE color: 7589891.
HSL color Cylindrical-coordinate representation of color #03D073: hue angle of 152.78º degrees, saturation: 0.97, 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 #03D073 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 115 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.18 |
| HSL | 152.78º | 0.97% | 0.41% | - |
| HSV(B) | 152.78º | 0.99% | 0.82% | - |
| XYZ | 25.69 | 46.37 | 23.82 | - |
| YUV | 136.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 115 | 0.99 | 0 | 0.45 | 0.18 | 152.78 | 0.97 | 0.41 |
| Hex | 3 | D0 | 73 | 63 | 0 | 2D | 12 | 99 | 61 | 29 |
| Octal | 3 | 320 | 163 | 143 | 0 | 55 | 22 | 231 | 141 | 51 |
| Binary | 11 | 11010000 | 1110011 | 1100011 | 0 | 101101 | 10010 | 10011001 | 1100001 | 101001 |
Color Harmonies of #03D073
Complementary color
Monochromatic Colors of #03D073
Black with #03D073
Text Example
Text Example
White with #03D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D073; }
p { color: rgb(3,208,115); }
H1.HeaderClassName
{
color: #03D073;
}
.AnyTagClassName
{
color: #03D073;
}
</style>
background-color css
<style>
a { background-color: #03D073; }
a { background-color: rgb(3,208,115); }
div.DivClassName
{
background-color: #03D073;
}
.BgClassName
{
background-color: #03D073;
}
</style>
border-color css
<style>
span { border-color: #03D073; }
span { border-color: rgb(3,208,115); }
td.TdClassName
{
border-color: #03D073;
}
.TagClassName
{
border-color: #03D073;
}
</style>