Shades of Myrtle #122C0F
Tints of Myrtle #122C0F
RGB
CMYK
RGB Variations
Color information
#122C0F (or 0x122C0F) is known color: Myrtle. HEX triplet: 12, 2C and 0F. RGB value is (18,44,15). Sum of RGB (Red+Green+Blue) = 18+44+15=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #122C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C0F is #EDD3F0. Grayscale: #212121. Windows color (decimal): -15586289 or 994322. OLE color: 994322.
HSL color Cylindrical-coordinate representation of color #122C0F: hue angle of 113.79º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #122C0F is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 44 | 15 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.83 |
| HSL | 113.79º | 0.49% | 0.12% | - |
| HSV(B) | 113.79º | 0.66% | 0.17% | - |
| XYZ | 1.24 | 1.96 | 0.77 | - |
| YUV | 32.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 15 | 0.59 | 0 | 0.66 | 0.83 | 113.79 | 0.49 | 0.12 |
| Hex | 12 | 2C | F | 3B | 0 | 42 | 53 | 72 | 31 | C |
| Octal | 22 | 54 | 17 | 73 | 0 | 102 | 123 | 162 | 61 | 14 |
| Binary | 10010 | 101100 | 1111 | 111011 | 0 | 1000010 | 1010011 | 1110010 | 110001 | 1100 |
Color Harmonies of #122C0F
Complementary color
Monochromatic Colors of #122C0F
Black with #122C0F
Text Example
Text Example
White with #122C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C0F; }
p { color: rgb(18,44,15); }
H1.HeaderClassName
{
color: #122C0F;
}
.AnyTagClassName
{
color: #122C0F;
}
</style>
background-color css
<style>
a { background-color: #122C0F; }
a { background-color: rgb(18,44,15); }
div.DivClassName
{
background-color: #122C0F;
}
.BgClassName
{
background-color: #122C0F;
}
</style>
border-color css
<style>
span { border-color: #122C0F; }
span { border-color: rgb(18,44,15); }
td.TdClassName
{
border-color: #122C0F;
}
.TagClassName
{
border-color: #122C0F;
}
</style>