Shades of Myrtle #022E06
Tints of Myrtle #022E06
RGB
CMYK
RGB Variations
Color information
#022E06 (or 0x022E06) is known color: Myrtle. HEX triplet: 02, 2E and 06. RGB value is (2,46,6). Sum of RGB (Red+Green+Blue) = 2+46+6=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 46 (18.36% from 255 or 85.19% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 46 - color contains mainly: green. Hex color #022E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022E06 is #FDD1F9. Grayscale: #1C1C1C. Windows color (decimal): -16634362 or 404994. OLE color: 404994.
HSL color Cylindrical-coordinate representation of color #022E06: hue angle of 125.45º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E06 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 6 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.82 |
| HSL | 125.45º | 0.92% | 0.09% | - |
| HSV(B) | 125.45º | 0.96% | 0.18% | - |
| XYZ | 1.03 | 1.98 | 0.5 | - |
| YUV | 28.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 6 | 0.96 | 0 | 0.87 | 0.82 | 125.45 | 0.92 | 0.09 |
| Hex | 2 | 2E | 6 | 60 | 0 | 57 | 52 | 7D | 5C | 9 |
| Octal | 2 | 56 | 6 | 140 | 0 | 127 | 122 | 175 | 134 | 11 |
| Binary | 10 | 101110 | 110 | 1100000 | 0 | 1010111 | 1010010 | 1111101 | 1011100 | 1001 |
Color Harmonies of #022E06
Complementary color
Monochromatic Colors of #022E06
Black with #022E06
Text Example
Text Example
White with #022E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E06; }
p { color: rgb(2,46,6); }
H1.HeaderClassName
{
color: #022E06;
}
.AnyTagClassName
{
color: #022E06;
}
</style>
background-color css
<style>
a { background-color: #022E06; }
a { background-color: rgb(2,46,6); }
div.DivClassName
{
background-color: #022E06;
}
.BgClassName
{
background-color: #022E06;
}
</style>
border-color css
<style>
span { border-color: #022E06; }
span { border-color: rgb(2,46,6); }
td.TdClassName
{
border-color: #022E06;
}
.TagClassName
{
border-color: #022E06;
}
</style>