Shades of Myrtle #122912
Tints of Myrtle #122912
RGB
CMYK
RGB Variations
Color information
#122912 (or 0x122912) is known color: Myrtle. HEX triplet: 12, 29 and 12. RGB value is (18,41,18). Sum of RGB (Red+Green+Blue) = 18+41+18=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #122912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122912 is #EDD6ED. Grayscale: #1F1F1F. Windows color (decimal): -15587054 or 1190162. OLE color: 1190162.
HSL color Cylindrical-coordinate representation of color #122912: hue angle of 120º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122912 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 41 | 18 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.84 |
| HSL | 120º | 0.39% | 0.12% | - |
| HSV(B) | 120º | 0.56% | 0.16% | - |
| XYZ | 1.15 | 1.76 | 0.85 | - |
| YUV | 31.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 18 | 0.56 | 0 | 0.56 | 0.84 | 120 | 0.39 | 0.12 |
| Hex | 12 | 29 | 12 | 38 | 0 | 38 | 54 | 78 | 27 | C |
| Octal | 22 | 51 | 22 | 70 | 0 | 70 | 124 | 170 | 47 | 14 |
| Binary | 10010 | 101001 | 10010 | 111000 | 0 | 111000 | 1010100 | 1111000 | 100111 | 1100 |
Color Harmonies of #122912
Complementary color
Monochromatic Colors of #122912
Black with #122912
Text Example
Text Example
White with #122912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122912; }
p { color: rgb(18,41,18); }
H1.HeaderClassName
{
color: #122912;
}
.AnyTagClassName
{
color: #122912;
}
</style>
background-color css
<style>
a { background-color: #122912; }
a { background-color: rgb(18,41,18); }
div.DivClassName
{
background-color: #122912;
}
.BgClassName
{
background-color: #122912;
}
</style>
border-color css
<style>
span { border-color: #122912; }
span { border-color: rgb(18,41,18); }
td.TdClassName
{
border-color: #122912;
}
.TagClassName
{
border-color: #122912;
}
</style>