Shades of Myrtle #020A00
Tints of Myrtle #020A00
RGB
CMYK
RGB Variations
Color information
#020A00 (or 0x020A00) is known color: Myrtle. HEX triplet: 02, 0A and 00. RGB value is (2,10,0). Sum of RGB (Red+Green+Blue) = 2+10+0=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 10 (4.30% from 255 or 83.33% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 10 - color contains mainly: green. Hex color #020A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A00 is #FDF5FF. Grayscale: #060606. Windows color (decimal): -16643584 or 2562. OLE color: 2562.
HSL color Cylindrical-coordinate representation of color #020A00: hue angle of 108º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020A00 is Cyan = 0.8, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 0 | - |
| CMYK | 0.8 | 0 | 1 | 0.96 |
| HSL | 108º | 1% | 0.02% | - |
| HSV(B) | 108º | 1% | 0.04% | - |
| XYZ | 0.13 | 0.23 | 0.04 | - |
| YUV | 6.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 0 | 0.8 | 0 | 1 | 0.96 | 108 | 1 | 0.02 |
| Hex | 2 | A | 0 | 50 | 0 | 64 | 60 | 6C | 64 | 2 |
| Octal | 2 | 12 | 0 | 120 | 0 | 144 | 140 | 154 | 144 | 2 |
| Binary | 10 | 1010 | 0 | 1010000 | 0 | 1100100 | 1100000 | 1101100 | 1100100 | 10 |
Color Harmonies of #020A00
Complementary color
Monochromatic Colors of #020A00
Black with #020A00
Text Example
Text Example
White with #020A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A00; }
p { color: rgb(2,10,0); }
H1.HeaderClassName
{
color: #020A00;
}
.AnyTagClassName
{
color: #020A00;
}
</style>
background-color css
<style>
a { background-color: #020A00; }
a { background-color: rgb(2,10,0); }
div.DivClassName
{
background-color: #020A00;
}
.BgClassName
{
background-color: #020A00;
}
</style>
border-color css
<style>
span { border-color: #020A00; }
span { border-color: rgb(2,10,0); }
td.TdClassName
{
border-color: #020A00;
}
.TagClassName
{
border-color: #020A00;
}
</style>