Shades of Myrtle #122E03
Tints of Myrtle #122E03
RGB
CMYK
RGB Variations
Color information
#122E03 (or 0x122E03) is known color: Myrtle. HEX triplet: 12, 2E and 03. RGB value is (18,46,3). Sum of RGB (Red+Green+Blue) = 18+46+3=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 46 (18.36% from 255 or 68.66% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 46 - color contains mainly: green. Hex color #122E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E03 is #EDD1FC. Grayscale: #202020. Windows color (decimal): -15585789 or 208402. OLE color: 208402.
HSL color Cylindrical-coordinate representation of color #122E03: hue angle of 99.07º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122E03 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 3 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.82 |
| HSL | 99.07º | 0.88% | 0.1% | - |
| HSV(B) | 99.07º | 0.93% | 0.18% | - |
| XYZ | 1.24 | 2.09 | 0.42 | - |
| YUV | 32.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 3 | 0.61 | 0 | 0.93 | 0.82 | 99.07 | 0.88 | 0.1 |
| Hex | 12 | 2E | 3 | 3D | 0 | 5D | 52 | 63 | 58 | A |
| Octal | 22 | 56 | 3 | 75 | 0 | 135 | 122 | 143 | 130 | 12 |
| Binary | 10010 | 101110 | 11 | 111101 | 0 | 1011101 | 1010010 | 1100011 | 1011000 | 1010 |
Color Harmonies of #122E03
Complementary color
Monochromatic Colors of #122E03
Black with #122E03
Text Example
Text Example
White with #122E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E03; }
p { color: rgb(18,46,3); }
H1.HeaderClassName
{
color: #122E03;
}
.AnyTagClassName
{
color: #122E03;
}
</style>
background-color css
<style>
a { background-color: #122E03; }
a { background-color: rgb(18,46,3); }
div.DivClassName
{
background-color: #122E03;
}
.BgClassName
{
background-color: #122E03;
}
</style>
border-color css
<style>
span { border-color: #122E03; }
span { border-color: rgb(18,46,3); }
td.TdClassName
{
border-color: #122E03;
}
.TagClassName
{
border-color: #122E03;
}
</style>