Shades of Malachite #03DB3A
Tints of Malachite #03DB3A
RGB
CMYK
RGB Variations
Color information
#03DB3A (or 0x03DB3A) is known color: Malachite. HEX triplet: 03, DB and 3A. RGB value is (3,219,58). Sum of RGB (Red+Green+Blue) = 3+219+58=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 219 (85.94% from 255 or 78.21% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DB3A is #FC24C5. Grayscale: #888888. Windows color (decimal): -16524486 or 3857155. OLE color: 3857155.
HSL color Cylindrical-coordinate representation of color #03DB3A: hue angle of 135.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB3A is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 58 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.14 |
| HSL | 135.28º | 0.97% | 0.44% | - |
| HSV(B) | 135.28º | 0.99% | 0.86% | - |
| XYZ | 26.13 | 50.99 | 12.47 | - |
| YUV | 136.06 | 83.94 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 58 | 0.99 | 0 | 0.74 | 0.14 | 135.28 | 0.97 | 0.44 |
| Hex | 3 | DB | 3A | 63 | 0 | 4A | E | 87 | 61 | 2C |
| Octal | 3 | 333 | 72 | 143 | 0 | 112 | 16 | 207 | 141 | 54 |
| Binary | 11 | 11011011 | 111010 | 1100011 | 0 | 1001010 | 1110 | 10000111 | 1100001 | 101100 |
Color Harmonies of #03DB3A
Complementary color
Monochromatic Colors of #03DB3A
Black with #03DB3A
Text Example
Text Example
White with #03DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB3A; }
p { color: rgb(3,219,58); }
H1.HeaderClassName
{
color: #03DB3A;
}
.AnyTagClassName
{
color: #03DB3A;
}
</style>
background-color css
<style>
a { background-color: #03DB3A; }
a { background-color: rgb(3,219,58); }
div.DivClassName
{
background-color: #03DB3A;
}
.BgClassName
{
background-color: #03DB3A;
}
</style>
border-color css
<style>
span { border-color: #03DB3A; }
span { border-color: rgb(3,219,58); }
td.TdClassName
{
border-color: #03DB3A;
}
.TagClassName
{
border-color: #03DB3A;
}
</style>