Shades of Malachite #03D148
Tints of Malachite #03D148
RGB
CMYK
RGB Variations
Color information
#03D148 (or 0x03D148) is known color: Malachite. HEX triplet: 03, D1 and 48. RGB value is (3,209,72). Sum of RGB (Red+Green+Blue) = 3+209+72=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 209 (82.03% from 255 or 73.59% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 209 - color contains mainly: green. Hex color #03D148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D148 is #FC2EB7. Grayscale: #848484. Windows color (decimal): -16527032 or 4772099. OLE color: 4772099.
HSL color Cylindrical-coordinate representation of color #03D148: hue angle of 140.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D148 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 72 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.18 |
| HSL | 140.1º | 0.97% | 0.42% | - |
| HSV(B) | 140.1º | 0.99% | 0.82% | - |
| XYZ | 24.01 | 46.09 | 13.76 | - |
| YUV | 131.79 | 94.25 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 72 | 0.99 | 0 | 0.66 | 0.18 | 140.1 | 0.97 | 0.42 |
| Hex | 3 | D1 | 48 | 63 | 0 | 42 | 12 | 8C | 61 | 2A |
| Octal | 3 | 321 | 110 | 143 | 0 | 102 | 22 | 214 | 141 | 52 |
| Binary | 11 | 11010001 | 1001000 | 1100011 | 0 | 1000010 | 10010 | 10001100 | 1100001 | 101010 |
Color Harmonies of #03D148
Complementary color
Monochromatic Colors of #03D148
Black with #03D148
Text Example
Text Example
White with #03D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D148; }
p { color: rgb(3,209,72); }
H1.HeaderClassName
{
color: #03D148;
}
.AnyTagClassName
{
color: #03D148;
}
</style>
background-color css
<style>
a { background-color: #03D148; }
a { background-color: rgb(3,209,72); }
div.DivClassName
{
background-color: #03D148;
}
.BgClassName
{
background-color: #03D148;
}
</style>
border-color css
<style>
span { border-color: #03D148; }
span { border-color: rgb(3,209,72); }
td.TdClassName
{
border-color: #03D148;
}
.TagClassName
{
border-color: #03D148;
}
</style>