Shades of Myrtle #022802
Tints of Myrtle #022802
RGB
CMYK
RGB Variations
Color information
#022802 (or 0x022802) is known color: Myrtle. HEX triplet: 02, 28 and 02. RGB value is (2,40,2). Sum of RGB (Red+Green+Blue) = 2+40+2=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 40 (16.02% from 255 or 90.91% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 40 - color contains mainly: green. Hex color #022802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022802 is #FDD7FD. Grayscale: #181818. Windows color (decimal): -16635902 or 141314. OLE color: 141314.
HSL color Cylindrical-coordinate representation of color #022802: hue angle of 120º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022802 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 2 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.84 |
| HSL | 120º | 0.9% | 0.08% | - |
| HSV(B) | 120º | 0.95% | 0.16% | - |
| XYZ | 0.79 | 1.53 | 0.31 | - |
| YUV | 24.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 2 | 0.95 | 0 | 0.95 | 0.84 | 120 | 0.9 | 0.08 |
| Hex | 2 | 28 | 2 | 5F | 0 | 5F | 54 | 78 | 5A | 8 |
| Octal | 2 | 50 | 2 | 137 | 0 | 137 | 124 | 170 | 132 | 10 |
| Binary | 10 | 101000 | 10 | 1011111 | 0 | 1011111 | 1010100 | 1111000 | 1011010 | 1000 |
Color Harmonies of #022802
Complementary color
Monochromatic Colors of #022802
Black with #022802
Text Example
Text Example
White with #022802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022802; }
p { color: rgb(2,40,2); }
H1.HeaderClassName
{
color: #022802;
}
.AnyTagClassName
{
color: #022802;
}
</style>
background-color css
<style>
a { background-color: #022802; }
a { background-color: rgb(2,40,2); }
div.DivClassName
{
background-color: #022802;
}
.BgClassName
{
background-color: #022802;
}
</style>
border-color css
<style>
span { border-color: #022802; }
span { border-color: rgb(2,40,2); }
td.TdClassName
{
border-color: #022802;
}
.TagClassName
{
border-color: #022802;
}
</style>