Shades of Myrtle #122C12
Tints of Myrtle #122C12
RGB
CMYK
RGB Variations
Color information
#122C12 (or 0x122C12) is known color: Myrtle. HEX triplet: 12, 2C and 12. RGB value is (18,44,18). Sum of RGB (Red+Green+Blue) = 18+44+18=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #122C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C12 is #EDD3ED. Grayscale: #212121. Windows color (decimal): -15586286 or 1190930. OLE color: 1190930.
HSL color Cylindrical-coordinate representation of color #122C12: hue angle of 120º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C12 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 44 | 18 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.83 |
| HSL | 120º | 0.42% | 0.12% | - |
| HSV(B) | 120º | 0.59% | 0.17% | - |
| XYZ | 1.26 | 1.97 | 0.89 | - |
| YUV | 33.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 18 | 0.59 | 0 | 0.59 | 0.83 | 120 | 0.42 | 0.12 |
| Hex | 12 | 2C | 12 | 3B | 0 | 3B | 53 | 78 | 2A | C |
| Octal | 22 | 54 | 22 | 73 | 0 | 73 | 123 | 170 | 52 | 14 |
| Binary | 10010 | 101100 | 10010 | 111011 | 0 | 111011 | 1010011 | 1111000 | 101010 | 1100 |
Color Harmonies of #122C12
Complementary color
Monochromatic Colors of #122C12
Black with #122C12
Text Example
Text Example
White with #122C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C12; }
p { color: rgb(18,44,18); }
H1.HeaderClassName
{
color: #122C12;
}
.AnyTagClassName
{
color: #122C12;
}
</style>
background-color css
<style>
a { background-color: #122C12; }
a { background-color: rgb(18,44,18); }
div.DivClassName
{
background-color: #122C12;
}
.BgClassName
{
background-color: #122C12;
}
</style>
border-color css
<style>
span { border-color: #122C12; }
span { border-color: rgb(18,44,18); }
td.TdClassName
{
border-color: #122C12;
}
.TagClassName
{
border-color: #122C12;
}
</style>