Shades of Myrtle #021200
Tints of Myrtle #021200
RGB
CMYK
RGB Variations
Color information
#021200 (or 0x021200) is known color: Myrtle. HEX triplet: 02, 12 and 00. RGB value is (2,18,0). Sum of RGB (Red+Green+Blue) = 2+18+0=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 18 (7.42% from 255 or 90% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 18 - color contains mainly: green. Hex color #021200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021200 is #FDEDFF. Grayscale: #0B0B0B. Windows color (decimal): -16641536 or 4610. OLE color: 4610.
HSL color Cylindrical-coordinate representation of color #021200: hue angle of 113.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #021200 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 18 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.93 |
| HSL | 113.33º | 1% | 0.04% | - |
| HSV(B) | 113.33º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.45 | 0.07 | - |
| YUV | 11.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 0 | 0.89 | 0 | 1 | 0.93 | 113.33 | 1 | 0.04 |
| Hex | 2 | 12 | 0 | 59 | 0 | 64 | 5D | 71 | 64 | 4 |
| Octal | 2 | 22 | 0 | 131 | 0 | 144 | 135 | 161 | 144 | 4 |
| Binary | 10 | 10010 | 0 | 1011001 | 0 | 1100100 | 1011101 | 1110001 | 1100100 | 100 |
Color Harmonies of #021200
Complementary color
Monochromatic Colors of #021200
Black with #021200
Text Example
Text Example
White with #021200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021200; }
p { color: rgb(2,18,0); }
H1.HeaderClassName
{
color: #021200;
}
.AnyTagClassName
{
color: #021200;
}
</style>
background-color css
<style>
a { background-color: #021200; }
a { background-color: rgb(2,18,0); }
div.DivClassName
{
background-color: #021200;
}
.BgClassName
{
background-color: #021200;
}
</style>
border-color css
<style>
span { border-color: #021200; }
span { border-color: rgb(2,18,0); }
td.TdClassName
{
border-color: #021200;
}
.TagClassName
{
border-color: #021200;
}
</style>