Shades of Myrtle #122B12
Tints of Myrtle #122B12
RGB
CMYK
RGB Variations
Color information
#122B12 (or 0x122B12) is known color: Myrtle. HEX triplet: 12, 2B and 12. RGB value is (18,43,18). Sum of RGB (Red+Green+Blue) = 18+43+18=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #122B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B12 is #EDD4ED. Grayscale: #202020. Windows color (decimal): -15586542 or 1190674. OLE color: 1190674.
HSL color Cylindrical-coordinate representation of color #122B12: hue angle of 120º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B12 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 43 | 18 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.83 |
| HSL | 120º | 0.41% | 0.12% | - |
| HSV(B) | 120º | 0.58% | 0.17% | - |
| XYZ | 1.22 | 1.9 | 0.87 | - |
| YUV | 32.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 18 | 0.58 | 0 | 0.58 | 0.83 | 120 | 0.41 | 0.12 |
| Hex | 12 | 2B | 12 | 3A | 0 | 3A | 53 | 78 | 29 | C |
| Octal | 22 | 53 | 22 | 72 | 0 | 72 | 123 | 170 | 51 | 14 |
| Binary | 10010 | 101011 | 10010 | 111010 | 0 | 111010 | 1010011 | 1111000 | 101001 | 1100 |
Color Harmonies of #122B12
Complementary color
Monochromatic Colors of #122B12
Black with #122B12
Text Example
Text Example
White with #122B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B12; }
p { color: rgb(18,43,18); }
H1.HeaderClassName
{
color: #122B12;
}
.AnyTagClassName
{
color: #122B12;
}
</style>
background-color css
<style>
a { background-color: #122B12; }
a { background-color: rgb(18,43,18); }
div.DivClassName
{
background-color: #122B12;
}
.BgClassName
{
background-color: #122B12;
}
</style>
border-color css
<style>
span { border-color: #122B12; }
span { border-color: rgb(18,43,18); }
td.TdClassName
{
border-color: #122B12;
}
.TagClassName
{
border-color: #122B12;
}
</style>