Shades of Myrtle #122B0F
Tints of Myrtle #122B0F
RGB
CMYK
RGB Variations
Color information
#122B0F (or 0x122B0F) is known color: Myrtle. HEX triplet: 12, 2B and 0F. RGB value is (18,43,15). Sum of RGB (Red+Green+Blue) = 18+43+15=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 43 (17.19% from 255 or 56.58% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 43 - color contains mainly: green. Hex color #122B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B0F is #EDD4F0. Grayscale: #202020. Windows color (decimal): -15586545 or 994066. OLE color: 994066.
HSL color Cylindrical-coordinate representation of color #122B0F: hue angle of 113.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122B0F is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 43 | 15 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.83 |
| HSL | 113.57º | 0.48% | 0.11% | - |
| HSV(B) | 113.57º | 0.65% | 0.17% | - |
| XYZ | 1.2 | 1.89 | 0.75 | - |
| YUV | 32.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 15 | 0.58 | 0 | 0.65 | 0.83 | 113.57 | 0.48 | 0.11 |
| Hex | 12 | 2B | F | 3A | 0 | 41 | 53 | 72 | 30 | B |
| Octal | 22 | 53 | 17 | 72 | 0 | 101 | 123 | 162 | 60 | 13 |
| Binary | 10010 | 101011 | 1111 | 111010 | 0 | 1000001 | 1010011 | 1110010 | 110000 | 1011 |
Color Harmonies of #122B0F
Complementary color
Monochromatic Colors of #122B0F
Black with #122B0F
Text Example
Text Example
White with #122B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B0F; }
p { color: rgb(18,43,15); }
H1.HeaderClassName
{
color: #122B0F;
}
.AnyTagClassName
{
color: #122B0F;
}
</style>
background-color css
<style>
a { background-color: #122B0F; }
a { background-color: rgb(18,43,15); }
div.DivClassName
{
background-color: #122B0F;
}
.BgClassName
{
background-color: #122B0F;
}
</style>
border-color css
<style>
span { border-color: #122B0F; }
span { border-color: rgb(18,43,15); }
td.TdClassName
{
border-color: #122B0F;
}
.TagClassName
{
border-color: #122B0F;
}
</style>