Shades of Myrtle #122F07
Tints of Myrtle #122F07
RGB
CMYK
RGB Variations
Color information
#122F07 (or 0x122F07) is known color: Myrtle. HEX triplet: 12, 2F and 07. RGB value is (18,47,7). Sum of RGB (Red+Green+Blue) = 18+47+7=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 47 (18.75% from 255 or 65.28% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 47 - color contains mainly: green. Hex color #122F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F07 is #EDD0F8. Grayscale: #212121. Windows color (decimal): -15585529 or 470802. OLE color: 470802.
HSL color Cylindrical-coordinate representation of color #122F07: hue angle of 103.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122F07 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 7 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.82 |
| HSL | 103.5º | 0.74% | 0.11% | - |
| HSV(B) | 103.5º | 0.85% | 0.18% | - |
| XYZ | 1.3 | 2.18 | 0.55 | - |
| YUV | 33.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 7 | 0.62 | 0 | 0.85 | 0.82 | 103.5 | 0.74 | 0.11 |
| Hex | 12 | 2F | 7 | 3E | 0 | 55 | 52 | 68 | 4A | B |
| Octal | 22 | 57 | 7 | 76 | 0 | 125 | 122 | 150 | 112 | 13 |
| Binary | 10010 | 101111 | 111 | 111110 | 0 | 1010101 | 1010010 | 1101000 | 1001010 | 1011 |
Color Harmonies of #122F07
Complementary color
Monochromatic Colors of #122F07
Black with #122F07
Text Example
Text Example
White with #122F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F07; }
p { color: rgb(18,47,7); }
H1.HeaderClassName
{
color: #122F07;
}
.AnyTagClassName
{
color: #122F07;
}
</style>
background-color css
<style>
a { background-color: #122F07; }
a { background-color: rgb(18,47,7); }
div.DivClassName
{
background-color: #122F07;
}
.BgClassName
{
background-color: #122F07;
}
</style>
border-color css
<style>
span { border-color: #122F07; }
span { border-color: rgb(18,47,7); }
td.TdClassName
{
border-color: #122F07;
}
.TagClassName
{
border-color: #122F07;
}
</style>