Shades of Myrtle #122D0E
Tints of Myrtle #122D0E
RGB
CMYK
RGB Variations
Color information
#122D0E (or 0x122D0E) is known color: Myrtle. HEX triplet: 12, 2D and 0E. RGB value is (18,45,14). Sum of RGB (Red+Green+Blue) = 18+45+14=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #122D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D0E is #EDD2F1. Grayscale: #212121. Windows color (decimal): -15586034 or 929042. OLE color: 929042.
HSL color Cylindrical-coordinate representation of color #122D0E: hue angle of 112.26º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #122D0E is Cyan = 0.6, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 14 | - |
| CMYK | 0.6 | 0 | 0.69 | 0.82 |
| HSL | 112.26º | 0.53% | 0.12% | - |
| HSV(B) | 112.26º | 0.69% | 0.18% | - |
| XYZ | 1.27 | 2.04 | 0.74 | - |
| YUV | 33.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 14 | 0.6 | 0 | 0.69 | 0.82 | 112.26 | 0.53 | 0.12 |
| Hex | 12 | 2D | E | 3C | 0 | 45 | 52 | 70 | 35 | C |
| Octal | 22 | 55 | 16 | 74 | 0 | 105 | 122 | 160 | 65 | 14 |
| Binary | 10010 | 101101 | 1110 | 111100 | 0 | 1000101 | 1010010 | 1110000 | 110101 | 1100 |
Color Harmonies of #122D0E
Complementary color
Monochromatic Colors of #122D0E
Black with #122D0E
Text Example
Text Example
White with #122D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D0E; }
p { color: rgb(18,45,14); }
H1.HeaderClassName
{
color: #122D0E;
}
.AnyTagClassName
{
color: #122D0E;
}
</style>
background-color css
<style>
a { background-color: #122D0E; }
a { background-color: rgb(18,45,14); }
div.DivClassName
{
background-color: #122D0E;
}
.BgClassName
{
background-color: #122D0E;
}
</style>
border-color css
<style>
span { border-color: #122D0E; }
span { border-color: rgb(18,45,14); }
td.TdClassName
{
border-color: #122D0E;
}
.TagClassName
{
border-color: #122D0E;
}
</style>