Shades of Myrtle #022A01
Tints of Myrtle #022A01
RGB
CMYK
RGB Variations
Color information
#022A01 (or 0x022A01) is known color: Myrtle. HEX triplet: 02, 2A and 01. RGB value is (2,42,1). Sum of RGB (Red+Green+Blue) = 2+42+1=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 42 (16.80% from 255 or 93.33% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 42 - color contains mainly: green. Hex color #022A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A01 is #FDD5FE. Grayscale: #191919. Windows color (decimal): -16635391 or 76290. OLE color: 76290.
HSL color Cylindrical-coordinate representation of color #022A01: hue angle of 118.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A01 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 42 | 1 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.84 |
| HSL | 118.54º | 0.95% | 0.08% | - |
| HSV(B) | 118.54º | 0.98% | 0.16% | - |
| XYZ | 0.86 | 1.67 | 0.31 | - |
| YUV | 25.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 1 | 0.95 | 0 | 0.98 | 0.84 | 118.54 | 0.95 | 0.08 |
| Hex | 2 | 2A | 1 | 5F | 0 | 62 | 54 | 77 | 5F | 8 |
| Octal | 2 | 52 | 1 | 137 | 0 | 142 | 124 | 167 | 137 | 10 |
| Binary | 10 | 101010 | 1 | 1011111 | 0 | 1100010 | 1010100 | 1110111 | 1011111 | 1000 |
Color Harmonies of #022A01
Complementary color
Monochromatic Colors of #022A01
Black with #022A01
Text Example
Text Example
White with #022A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A01; }
p { color: rgb(2,42,1); }
H1.HeaderClassName
{
color: #022A01;
}
.AnyTagClassName
{
color: #022A01;
}
</style>
background-color css
<style>
a { background-color: #022A01; }
a { background-color: rgb(2,42,1); }
div.DivClassName
{
background-color: #022A01;
}
.BgClassName
{
background-color: #022A01;
}
</style>
border-color css
<style>
span { border-color: #022A01; }
span { border-color: rgb(2,42,1); }
td.TdClassName
{
border-color: #022A01;
}
.TagClassName
{
border-color: #022A01;
}
</style>