Shades of Myrtle #12290E
Tints of Myrtle #12290E
RGB
CMYK
RGB Variations
Color information
#12290E (or 0x12290E) is known color: Myrtle. HEX triplet: 12, 29 and 0E. RGB value is (18,41,14). Sum of RGB (Red+Green+Blue) = 18+41+14=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #12290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12290E is #EDD6F1. Grayscale: #1F1F1F. Windows color (decimal): -15587058 or 928018. OLE color: 928018.
HSL color Cylindrical-coordinate representation of color #12290E: hue angle of 111.11º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #12290E is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 41 | 14 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.84 |
| HSL | 111.11º | 0.49% | 0.11% | - |
| HSV(B) | 111.11º | 0.66% | 0.16% | - |
| XYZ | 1.12 | 1.75 | 0.69 | - |
| YUV | 31.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 14 | 0.56 | 0 | 0.66 | 0.84 | 111.11 | 0.49 | 0.11 |
| Hex | 12 | 29 | E | 38 | 0 | 42 | 54 | 6F | 31 | B |
| Octal | 22 | 51 | 16 | 70 | 0 | 102 | 124 | 157 | 61 | 13 |
| Binary | 10010 | 101001 | 1110 | 111000 | 0 | 1000010 | 1010100 | 1101111 | 110001 | 1011 |
Color Harmonies of #12290E
Complementary color
Monochromatic Colors of #12290E
Black with #12290E
Text Example
Text Example
White with #12290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12290E; }
p { color: rgb(18,41,14); }
H1.HeaderClassName
{
color: #12290E;
}
.AnyTagClassName
{
color: #12290E;
}
</style>
background-color css
<style>
a { background-color: #12290E; }
a { background-color: rgb(18,41,14); }
div.DivClassName
{
background-color: #12290E;
}
.BgClassName
{
background-color: #12290E;
}
</style>
border-color css
<style>
span { border-color: #12290E; }
span { border-color: rgb(18,41,14); }
td.TdClassName
{
border-color: #12290E;
}
.TagClassName
{
border-color: #12290E;
}
</style>