Shades of Myrtle #021A01
Tints of Myrtle #021A01
RGB
CMYK
RGB Variations
Color information
#021A01 (or 0x021A01) is known color: Myrtle. HEX triplet: 02, 1A and 01. RGB value is (2,26,1). Sum of RGB (Red+Green+Blue) = 2+26+1=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 26 (10.55% from 255 or 89.66% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 26 - color contains mainly: green. Hex color #021A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A01 is #FDE5FE. Grayscale: #101010. Windows color (decimal): -16639487 or 72194. OLE color: 72194.
HSL color Cylindrical-coordinate representation of color #021A01: hue angle of 117.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021A01 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 1 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.90 |
| HSL | 117.6º | 0.93% | 0.05% | - |
| HSV(B) | 117.6º | 0.96% | 0.1% | - |
| XYZ | 0.4 | 0.75 | 0.15 | - |
| YUV | 15.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 1 | 0.92 | 0 | 0.96 | 0.90 | 117.6 | 0.93 | 0.05 |
| Hex | 2 | 1A | 1 | 5C | 0 | 60 | 5A | 76 | 5D | 5 |
| Octal | 2 | 32 | 1 | 134 | 0 | 140 | 132 | 166 | 135 | 5 |
| Binary | 10 | 11010 | 1 | 1011100 | 0 | 1100000 | 1011010 | 1110110 | 1011101 | 101 |
Color Harmonies of #021A01
Complementary color
Monochromatic Colors of #021A01
Black with #021A01
Text Example
Text Example
White with #021A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A01; }
p { color: rgb(2,26,1); }
H1.HeaderClassName
{
color: #021A01;
}
.AnyTagClassName
{
color: #021A01;
}
</style>
background-color css
<style>
a { background-color: #021A01; }
a { background-color: rgb(2,26,1); }
div.DivClassName
{
background-color: #021A01;
}
.BgClassName
{
background-color: #021A01;
}
</style>
border-color css
<style>
span { border-color: #021A01; }
span { border-color: rgb(2,26,1); }
td.TdClassName
{
border-color: #021A01;
}
.TagClassName
{
border-color: #021A01;
}
</style>