Shades of Myrtle #122A0F
Tints of Myrtle #122A0F
RGB
CMYK
RGB Variations
Color information
#122A0F (or 0x122A0F) is known color: Myrtle. HEX triplet: 12, 2A and 0F. RGB value is (18,42,15). Sum of RGB (Red+Green+Blue) = 18+42+15=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #122A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A0F is #EDD5F0. Grayscale: #1F1F1F. Windows color (decimal): -15586801 or 993810. OLE color: 993810.
HSL color Cylindrical-coordinate representation of color #122A0F: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #122A0F is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 15 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.84 |
| HSL | 113.33º | 0.47% | 0.11% | - |
| HSV(B) | 113.33º | 0.64% | 0.16% | - |
| XYZ | 1.16 | 1.82 | 0.74 | - |
| YUV | 31.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 15 | 0.57 | 0 | 0.64 | 0.84 | 113.33 | 0.47 | 0.11 |
| Hex | 12 | 2A | F | 39 | 0 | 40 | 54 | 71 | 2F | B |
| Octal | 22 | 52 | 17 | 71 | 0 | 100 | 124 | 161 | 57 | 13 |
| Binary | 10010 | 101010 | 1111 | 111001 | 0 | 1000000 | 1010100 | 1110001 | 101111 | 1011 |
Color Harmonies of #122A0F
Complementary color
Monochromatic Colors of #122A0F
Black with #122A0F
Text Example
Text Example
White with #122A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A0F; }
p { color: rgb(18,42,15); }
H1.HeaderClassName
{
color: #122A0F;
}
.AnyTagClassName
{
color: #122A0F;
}
</style>
background-color css
<style>
a { background-color: #122A0F; }
a { background-color: rgb(18,42,15); }
div.DivClassName
{
background-color: #122A0F;
}
.BgClassName
{
background-color: #122A0F;
}
</style>
border-color css
<style>
span { border-color: #122A0F; }
span { border-color: rgb(18,42,15); }
td.TdClassName
{
border-color: #122A0F;
}
.TagClassName
{
border-color: #122A0F;
}
</style>