Shades of Myrtle #122D0A
Tints of Myrtle #122D0A
RGB
CMYK
RGB Variations
Color information
#122D0A (or 0x122D0A) is known color: Myrtle. HEX triplet: 12, 2D and 0A. RGB value is (18,45,10). Sum of RGB (Red+Green+Blue) = 18+45+10=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 45 (17.97% from 255 or 61.64% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 45 - color contains mainly: green. Hex color #122D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D0A is #EDD2F5. Grayscale: #212121. Windows color (decimal): -15586038 or 666898. OLE color: 666898.
HSL color Cylindrical-coordinate representation of color #122D0A: hue angle of 106.29º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122D0A is Cyan = 0.6, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 10 | - |
| CMYK | 0.6 | 0 | 0.78 | 0.82 |
| HSL | 106.29º | 0.64% | 0.11% | - |
| HSV(B) | 106.29º | 0.78% | 0.18% | - |
| XYZ | 1.24 | 2.03 | 0.61 | - |
| YUV | 32.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 10 | 0.6 | 0 | 0.78 | 0.82 | 106.29 | 0.64 | 0.11 |
| Hex | 12 | 2D | A | 3C | 0 | 4E | 52 | 6A | 40 | B |
| Octal | 22 | 55 | 12 | 74 | 0 | 116 | 122 | 152 | 100 | 13 |
| Binary | 10010 | 101101 | 1010 | 111100 | 0 | 1001110 | 1010010 | 1101010 | 1000000 | 1011 |
Color Harmonies of #122D0A
Complementary color
Monochromatic Colors of #122D0A
Black with #122D0A
Text Example
Text Example
White with #122D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D0A; }
p { color: rgb(18,45,10); }
H1.HeaderClassName
{
color: #122D0A;
}
.AnyTagClassName
{
color: #122D0A;
}
</style>
background-color css
<style>
a { background-color: #122D0A; }
a { background-color: rgb(18,45,10); }
div.DivClassName
{
background-color: #122D0A;
}
.BgClassName
{
background-color: #122D0A;
}
</style>
border-color css
<style>
span { border-color: #122D0A; }
span { border-color: rgb(18,45,10); }
td.TdClassName
{
border-color: #122D0A;
}
.TagClassName
{
border-color: #122D0A;
}
</style>