Shades of Myrtle #021C01
Tints of Myrtle #021C01
RGB
CMYK
RGB Variations
Color information
#021C01 (or 0x021C01) is known color: Myrtle. HEX triplet: 02, 1C and 01. RGB value is (2,28,1). Sum of RGB (Red+Green+Blue) = 2+28+1=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 28 (11.33% from 255 or 90.32% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 28 - color contains mainly: green. Hex color #021C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C01 is #FDE3FE. Grayscale: #111111. Windows color (decimal): -16638975 or 72706. OLE color: 72706.
HSL color Cylindrical-coordinate representation of color #021C01: hue angle of 117.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C01 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 1 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.89 |
| HSL | 117.78º | 0.93% | 0.06% | - |
| HSV(B) | 117.78º | 0.96% | 0.11% | - |
| XYZ | 0.45 | 0.85 | 0.17 | - |
| YUV | 17.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 1 | 0.93 | 0 | 0.96 | 0.89 | 117.78 | 0.93 | 0.06 |
| Hex | 2 | 1C | 1 | 5D | 0 | 60 | 59 | 76 | 5D | 6 |
| Octal | 2 | 34 | 1 | 135 | 0 | 140 | 131 | 166 | 135 | 6 |
| Binary | 10 | 11100 | 1 | 1011101 | 0 | 1100000 | 1011001 | 1110110 | 1011101 | 110 |
Color Harmonies of #021C01
Complementary color
Monochromatic Colors of #021C01
Black with #021C01
Text Example
Text Example
White with #021C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C01; }
p { color: rgb(2,28,1); }
H1.HeaderClassName
{
color: #021C01;
}
.AnyTagClassName
{
color: #021C01;
}
</style>
background-color css
<style>
a { background-color: #021C01; }
a { background-color: rgb(2,28,1); }
div.DivClassName
{
background-color: #021C01;
}
.BgClassName
{
background-color: #021C01;
}
</style>
border-color css
<style>
span { border-color: #021C01; }
span { border-color: rgb(2,28,1); }
td.TdClassName
{
border-color: #021C01;
}
.TagClassName
{
border-color: #021C01;
}
</style>