Shades of Myrtle #022F03
Tints of Myrtle #022F03
RGB
CMYK
RGB Variations
Color information
#022F03 (or 0x022F03) is known color: Myrtle. HEX triplet: 02, 2F and 03. RGB value is (2,47,3). Sum of RGB (Red+Green+Blue) = 2+47+3=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 47 (18.75% from 255 or 90.38% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 47 - color contains mainly: green. Hex color #022F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022F03 is #FDD0FC. Grayscale: #1C1C1C. Windows color (decimal): -16634109 or 208642. OLE color: 208642.
HSL color Cylindrical-coordinate representation of color #022F03: hue angle of 121.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F03 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 47 | 3 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.82 |
| HSL | 121.33º | 0.92% | 0.1% | - |
| HSV(B) | 121.33º | 0.96% | 0.18% | - |
| XYZ | 1.06 | 2.05 | 0.43 | - |
| YUV | 28.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 3 | 0.96 | 0 | 0.94 | 0.82 | 121.33 | 0.92 | 0.1 |
| Hex | 2 | 2F | 3 | 60 | 0 | 5E | 52 | 79 | 5C | A |
| Octal | 2 | 57 | 3 | 140 | 0 | 136 | 122 | 171 | 134 | 12 |
| Binary | 10 | 101111 | 11 | 1100000 | 0 | 1011110 | 1010010 | 1111001 | 1011100 | 1010 |
Color Harmonies of #022F03
Complementary color
Monochromatic Colors of #022F03
Black with #022F03
Text Example
Text Example
White with #022F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F03; }
p { color: rgb(2,47,3); }
H1.HeaderClassName
{
color: #022F03;
}
.AnyTagClassName
{
color: #022F03;
}
</style>
background-color css
<style>
a { background-color: #022F03; }
a { background-color: rgb(2,47,3); }
div.DivClassName
{
background-color: #022F03;
}
.BgClassName
{
background-color: #022F03;
}
</style>
border-color css
<style>
span { border-color: #022F03; }
span { border-color: rgb(2,47,3); }
td.TdClassName
{
border-color: #022F03;
}
.TagClassName
{
border-color: #022F03;
}
</style>