Shades of Myrtle #021300
Tints of Myrtle #021300
RGB
CMYK
RGB Variations
Color information
#021300 (or 0x021300) is known color: Myrtle. HEX triplet: 02, 13 and 00. RGB value is (2,19,0). Sum of RGB (Red+Green+Blue) = 2+19+0=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 19 (7.81% from 255 or 90.48% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 19 - color contains mainly: green. Hex color #021300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021300 is #FDECFF. Grayscale: #0B0B0B. Windows color (decimal): -16641280 or 4866. OLE color: 4866.
HSL color Cylindrical-coordinate representation of color #021300: hue angle of 113.68º 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 #021300 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 19 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.93 |
| HSL | 113.68º | 1% | 0.04% | - |
| HSV(B) | 113.68º | 1% | 0.07% | - |
| XYZ | 0.26 | 0.48 | 0.08 | - |
| YUV | 11.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 0 | 0.89 | 0 | 1 | 0.93 | 113.68 | 1 | 0.04 |
| Hex | 2 | 13 | 0 | 59 | 0 | 64 | 5D | 72 | 64 | 4 |
| Octal | 2 | 23 | 0 | 131 | 0 | 144 | 135 | 162 | 144 | 4 |
| Binary | 10 | 10011 | 0 | 1011001 | 0 | 1100100 | 1011101 | 1110010 | 1100100 | 100 |
Color Harmonies of #021300
Complementary color
Monochromatic Colors of #021300
Black with #021300
Text Example
Text Example
White with #021300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021300; }
p { color: rgb(2,19,0); }
H1.HeaderClassName
{
color: #021300;
}
.AnyTagClassName
{
color: #021300;
}
</style>
background-color css
<style>
a { background-color: #021300; }
a { background-color: rgb(2,19,0); }
div.DivClassName
{
background-color: #021300;
}
.BgClassName
{
background-color: #021300;
}
</style>
border-color css
<style>
span { border-color: #021300; }
span { border-color: rgb(2,19,0); }
td.TdClassName
{
border-color: #021300;
}
.TagClassName
{
border-color: #021300;
}
</style>