Shades of Myrtle #022801
Tints of Myrtle #022801
RGB
CMYK
RGB Variations
Color information
#022801 (or 0x022801) is known color: Myrtle. HEX triplet: 02, 28 and 01. RGB value is (2,40,1). Sum of RGB (Red+Green+Blue) = 2+40+1=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 40 (16.02% from 255 or 93.02% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 40 - color contains mainly: green. Hex color #022801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022801 is #FDD7FE. Grayscale: #181818. Windows color (decimal): -16635903 or 75778. OLE color: 75778.
HSL color Cylindrical-coordinate representation of color #022801: hue angle of 118.46º 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 #022801 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 1 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.84 |
| HSL | 118.46º | 0.95% | 0.08% | - |
| HSV(B) | 118.46º | 0.98% | 0.16% | - |
| XYZ | 0.79 | 1.53 | 0.28 | - |
| YUV | 24.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 1 | 0.95 | 0 | 0.98 | 0.84 | 118.46 | 0.95 | 0.08 |
| Hex | 2 | 28 | 1 | 5F | 0 | 62 | 54 | 76 | 5F | 8 |
| Octal | 2 | 50 | 1 | 137 | 0 | 142 | 124 | 166 | 137 | 10 |
| Binary | 10 | 101000 | 1 | 1011111 | 0 | 1100010 | 1010100 | 1110110 | 1011111 | 1000 |
Color Harmonies of #022801
Complementary color
Monochromatic Colors of #022801
Black with #022801
Text Example
Text Example
White with #022801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022801; }
p { color: rgb(2,40,1); }
H1.HeaderClassName
{
color: #022801;
}
.AnyTagClassName
{
color: #022801;
}
</style>
background-color css
<style>
a { background-color: #022801; }
a { background-color: rgb(2,40,1); }
div.DivClassName
{
background-color: #022801;
}
.BgClassName
{
background-color: #022801;
}
</style>
border-color css
<style>
span { border-color: #022801; }
span { border-color: rgb(2,40,1); }
td.TdClassName
{
border-color: #022801;
}
.TagClassName
{
border-color: #022801;
}
</style>