Shades of Myrtle #022000
Tints of Myrtle #022000
RGB
CMYK
RGB Variations
Color information
#022000 (or 0x022000) is known color: Myrtle. HEX triplet: 02, 20 and 00. RGB value is (2,32,0). Sum of RGB (Red+Green+Blue) = 2+32+0=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 32 (12.89% from 255 or 94.12% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 32 - color contains mainly: green. Hex color #022000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022000 is #FDDFFF. Grayscale: #131313. Windows color (decimal): -16637952 or 8194. OLE color: 8194.
HSL color Cylindrical-coordinate representation of color #022000: hue angle of 116.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #022000 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.87 |
| HSL | 116.25º | 1% | 0.06% | - |
| HSV(B) | 116.25º | 1% | 0.13% | - |
| XYZ | 0.54 | 1.05 | 0.17 | - |
| YUV | 19.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 0 | 0.94 | 0 | 1 | 0.87 | 116.25 | 1 | 0.06 |
| Hex | 2 | 20 | 0 | 5E | 0 | 64 | 57 | 74 | 64 | 6 |
| Octal | 2 | 40 | 0 | 136 | 0 | 144 | 127 | 164 | 144 | 6 |
| Binary | 10 | 100000 | 0 | 1011110 | 0 | 1100100 | 1010111 | 1110100 | 1100100 | 110 |
Color Harmonies of #022000
Complementary color
Monochromatic Colors of #022000
Black with #022000
Text Example
Text Example
White with #022000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022000; }
p { color: rgb(2,32,0); }
H1.HeaderClassName
{
color: #022000;
}
.AnyTagClassName
{
color: #022000;
}
</style>
background-color css
<style>
a { background-color: #022000; }
a { background-color: rgb(2,32,0); }
div.DivClassName
{
background-color: #022000;
}
.BgClassName
{
background-color: #022000;
}
</style>
border-color css
<style>
span { border-color: #022000; }
span { border-color: rgb(2,32,0); }
td.TdClassName
{
border-color: #022000;
}
.TagClassName
{
border-color: #022000;
}
</style>