Shades of Myrtle #122D0B
Tints of Myrtle #122D0B
RGB
CMYK
RGB Variations
Color information
#122D0B (or 0x122D0B) is known color: Myrtle. HEX triplet: 12, 2D and 0B. RGB value is (18,45,11). Sum of RGB (Red+Green+Blue) = 18+45+11=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 45 (17.97% from 255 or 60.81% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 45 - color contains mainly: green. Hex color #122D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D0B is #EDD2F4. Grayscale: #212121. Windows color (decimal): -15586037 or 732434. OLE color: 732434.
HSL color Cylindrical-coordinate representation of color #122D0B: hue angle of 107.65º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122D0B is Cyan = 0.6, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 11 | - |
| CMYK | 0.6 | 0 | 0.76 | 0.82 |
| HSL | 107.65º | 0.61% | 0.11% | - |
| HSV(B) | 107.65º | 0.76% | 0.18% | - |
| XYZ | 1.25 | 2.03 | 0.64 | - |
| YUV | 33.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 11 | 0.6 | 0 | 0.76 | 0.82 | 107.65 | 0.61 | 0.11 |
| Hex | 12 | 2D | B | 3C | 0 | 4C | 52 | 6C | 3D | B |
| Octal | 22 | 55 | 13 | 74 | 0 | 114 | 122 | 154 | 75 | 13 |
| Binary | 10010 | 101101 | 1011 | 111100 | 0 | 1001100 | 1010010 | 1101100 | 111101 | 1011 |
Color Harmonies of #122D0B
Complementary color
Monochromatic Colors of #122D0B
Black with #122D0B
Text Example
Text Example
White with #122D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D0B; }
p { color: rgb(18,45,11); }
H1.HeaderClassName
{
color: #122D0B;
}
.AnyTagClassName
{
color: #122D0B;
}
</style>
background-color css
<style>
a { background-color: #122D0B; }
a { background-color: rgb(18,45,11); }
div.DivClassName
{
background-color: #122D0B;
}
.BgClassName
{
background-color: #122D0B;
}
</style>
border-color css
<style>
span { border-color: #122D0B; }
span { border-color: rgb(18,45,11); }
td.TdClassName
{
border-color: #122D0B;
}
.TagClassName
{
border-color: #122D0B;
}
</style>