Shades of Myrtle #022203
Tints of Myrtle #022203
RGB
CMYK
RGB Variations
Color information
#022203 (or 0x022203) is known color: Myrtle. HEX triplet: 02, 22 and 03. RGB value is (2,34,3). Sum of RGB (Red+Green+Blue) = 2+34+3=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 34 (13.67% from 255 or 87.18% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 34 - color contains mainly: green. Hex color #022203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022203 is #FDDDFC. Grayscale: #141414. Windows color (decimal): -16637437 or 205314. OLE color: 205314.
HSL color Cylindrical-coordinate representation of color #022203: hue angle of 121.88º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022203 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 3 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.87 |
| HSL | 121.88º | 0.89% | 0.07% | - |
| HSV(B) | 121.88º | 0.94% | 0.13% | - |
| XYZ | 0.61 | 1.16 | 0.28 | - |
| YUV | 20.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 3 | 0.94 | 0 | 0.91 | 0.87 | 121.88 | 0.89 | 0.07 |
| Hex | 2 | 22 | 3 | 5E | 0 | 5B | 57 | 7A | 59 | 7 |
| Octal | 2 | 42 | 3 | 136 | 0 | 133 | 127 | 172 | 131 | 7 |
| Binary | 10 | 100010 | 11 | 1011110 | 0 | 1011011 | 1010111 | 1111010 | 1011001 | 111 |
Color Harmonies of #022203
Complementary color
Monochromatic Colors of #022203
Black with #022203
Text Example
Text Example
White with #022203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022203; }
p { color: rgb(2,34,3); }
H1.HeaderClassName
{
color: #022203;
}
.AnyTagClassName
{
color: #022203;
}
</style>
background-color css
<style>
a { background-color: #022203; }
a { background-color: rgb(2,34,3); }
div.DivClassName
{
background-color: #022203;
}
.BgClassName
{
background-color: #022203;
}
</style>
border-color css
<style>
span { border-color: #022203; }
span { border-color: rgb(2,34,3); }
td.TdClassName
{
border-color: #022203;
}
.TagClassName
{
border-color: #022203;
}
</style>