Shades of Myrtle #024D03
Tints of Myrtle #024D03
RGB
CMYK
RGB Variations
Color information
#024D03 (or 0x024D03) is known color: Myrtle. HEX triplet: 02, 4D and 03. RGB value is (2,77,3). Sum of RGB (Red+Green+Blue) = 2+77+3=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 77 (30.47% from 255 or 93.90% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 77 - color contains mainly: green. Hex color #024D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D03 is #FDB2FC. Grayscale: #2E2E2E. Windows color (decimal): -16626429 or 216322. OLE color: 216322.
HSL color Cylindrical-coordinate representation of color #024D03: hue angle of 120.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D03 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 3 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.70 |
| HSL | 120.8º | 0.95% | 0.15% | - |
| HSV(B) | 120.8º | 0.97% | 0.3% | - |
| XYZ | 2.7 | 5.33 | 0.97 | - |
| YUV | 46.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 3 | 0.97 | 0 | 0.96 | 0.70 | 120.8 | 0.95 | 0.15 |
| Hex | 2 | 4D | 3 | 61 | 0 | 60 | 46 | 79 | 5F | F |
| Octal | 2 | 115 | 3 | 141 | 0 | 140 | 106 | 171 | 137 | 17 |
| Binary | 10 | 1001101 | 11 | 1100001 | 0 | 1100000 | 1000110 | 1111001 | 1011111 | 1111 |
Color Harmonies of #024D03
Complementary color
Monochromatic Colors of #024D03
Black with #024D03
Text Example
Text Example
White with #024D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D03; }
p { color: rgb(2,77,3); }
H1.HeaderClassName
{
color: #024D03;
}
.AnyTagClassName
{
color: #024D03;
}
</style>
background-color css
<style>
a { background-color: #024D03; }
a { background-color: rgb(2,77,3); }
div.DivClassName
{
background-color: #024D03;
}
.BgClassName
{
background-color: #024D03;
}
</style>
border-color css
<style>
span { border-color: #024D03; }
span { border-color: rgb(2,77,3); }
td.TdClassName
{
border-color: #024D03;
}
.TagClassName
{
border-color: #024D03;
}
</style>