Shades of Myrtle #122F14
Tints of Myrtle #122F14
RGB
CMYK
RGB Variations
Color information
#122F14 (or 0x122F14) is known color: Myrtle. HEX triplet: 12, 2F and 14. RGB value is (18,47,20). Sum of RGB (Red+Green+Blue) = 18+47+20=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 47 (18.75% from 255 or 55.29% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 47 - color contains mainly: green. Hex color #122F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F14 is #EDD0EB. Grayscale: #232323. Windows color (decimal): -15585516 or 1322770. OLE color: 1322770.
HSL color Cylindrical-coordinate representation of color #122F14: hue angle of 124.14º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F14 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 20 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.82 |
| HSL | 124.14º | 0.45% | 0.13% | - |
| HSV(B) | 124.14º | 0.62% | 0.18% | - |
| XYZ | 1.39 | 2.21 | 1.02 | - |
| YUV | 35.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 20 | 0.62 | 0 | 0.57 | 0.82 | 124.14 | 0.45 | 0.13 |
| Hex | 12 | 2F | 14 | 3E | 0 | 39 | 52 | 7C | 2D | D |
| Octal | 22 | 57 | 24 | 76 | 0 | 71 | 122 | 174 | 55 | 15 |
| Binary | 10010 | 101111 | 10100 | 111110 | 0 | 111001 | 1010010 | 1111100 | 101101 | 1101 |
Color Harmonies of #122F14
Complementary color
Monochromatic Colors of #122F14
Black with #122F14
Text Example
Text Example
White with #122F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F14; }
p { color: rgb(18,47,20); }
H1.HeaderClassName
{
color: #122F14;
}
.AnyTagClassName
{
color: #122F14;
}
</style>
background-color css
<style>
a { background-color: #122F14; }
a { background-color: rgb(18,47,20); }
div.DivClassName
{
background-color: #122F14;
}
.BgClassName
{
background-color: #122F14;
}
</style>
border-color css
<style>
span { border-color: #122F14; }
span { border-color: rgb(18,47,20); }
td.TdClassName
{
border-color: #122F14;
}
.TagClassName
{
border-color: #122F14;
}
</style>