Shades of Myrtle #021E01
Tints of Myrtle #021E01
RGB
CMYK
RGB Variations
Color information
#021E01 (or 0x021E01) is known color: Myrtle. HEX triplet: 02, 1E and 01. RGB value is (2,30,1). Sum of RGB (Red+Green+Blue) = 2+30+1=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 30 (12.11% from 255 or 90.91% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 30 - color contains mainly: green. Hex color #021E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E01 is #FDE1FE. Grayscale: #121212. Windows color (decimal): -16638463 or 73218. OLE color: 73218.
HSL color Cylindrical-coordinate representation of color #021E01: hue angle of 117.93º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E01 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 1 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.88 |
| HSL | 117.93º | 0.94% | 0.06% | - |
| HSV(B) | 117.93º | 0.97% | 0.12% | - |
| XYZ | 0.49 | 0.94 | 0.18 | - |
| YUV | 18.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 1 | 0.93 | 0 | 0.97 | 0.88 | 117.93 | 0.94 | 0.06 |
| Hex | 2 | 1E | 1 | 5D | 0 | 61 | 58 | 76 | 5E | 6 |
| Octal | 2 | 36 | 1 | 135 | 0 | 141 | 130 | 166 | 136 | 6 |
| Binary | 10 | 11110 | 1 | 1011101 | 0 | 1100001 | 1011000 | 1110110 | 1011110 | 110 |
Color Harmonies of #021E01
Complementary color
Monochromatic Colors of #021E01
Black with #021E01
Text Example
Text Example
White with #021E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E01; }
p { color: rgb(2,30,1); }
H1.HeaderClassName
{
color: #021E01;
}
.AnyTagClassName
{
color: #021E01;
}
</style>
background-color css
<style>
a { background-color: #021E01; }
a { background-color: rgb(2,30,1); }
div.DivClassName
{
background-color: #021E01;
}
.BgClassName
{
background-color: #021E01;
}
</style>
border-color css
<style>
span { border-color: #021E01; }
span { border-color: rgb(2,30,1); }
td.TdClassName
{
border-color: #021E01;
}
.TagClassName
{
border-color: #021E01;
}
</style>