Shades of Myrtle #022C00
Tints of Myrtle #022C00
RGB
CMYK
RGB Variations
Color information
#022C00 (or 0x022C00) is known color: Myrtle. HEX triplet: 02, 2C and 00. RGB value is (2,44,0). Sum of RGB (Red+Green+Blue) = 2+44+0=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 44 (17.58% from 255 or 95.65% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 44 - color contains mainly: green. Hex color #022C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022C00 is #FDD3FF. Grayscale: #1A1A1A. Windows color (decimal): -16634880 or 11266. OLE color: 11266.
HSL color Cylindrical-coordinate representation of color #022C00: hue angle of 117.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #022C00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 44 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.83 |
| HSL | 117.27º | 1% | 0.09% | - |
| HSV(B) | 117.27º | 1% | 0.17% | - |
| XYZ | 0.93 | 1.81 | 0.3 | - |
| YUV | 26.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 0 | 0.95 | 0 | 1 | 0.83 | 117.27 | 1 | 0.09 |
| Hex | 2 | 2C | 0 | 5F | 0 | 64 | 53 | 75 | 64 | 9 |
| Octal | 2 | 54 | 0 | 137 | 0 | 144 | 123 | 165 | 144 | 11 |
| Binary | 10 | 101100 | 0 | 1011111 | 0 | 1100100 | 1010011 | 1110101 | 1100100 | 1001 |
Color Harmonies of #022C00
Complementary color
Monochromatic Colors of #022C00
Black with #022C00
Text Example
Text Example
White with #022C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C00; }
p { color: rgb(2,44,0); }
H1.HeaderClassName
{
color: #022C00;
}
.AnyTagClassName
{
color: #022C00;
}
</style>
background-color css
<style>
a { background-color: #022C00; }
a { background-color: rgb(2,44,0); }
div.DivClassName
{
background-color: #022C00;
}
.BgClassName
{
background-color: #022C00;
}
</style>
border-color css
<style>
span { border-color: #022C00; }
span { border-color: rgb(2,44,0); }
td.TdClassName
{
border-color: #022C00;
}
.TagClassName
{
border-color: #022C00;
}
</style>