Shades of Myrtle #12290C
Tints of Myrtle #12290C
RGB
CMYK
RGB Variations
Color information
#12290C (or 0x12290C) is known color: Myrtle. HEX triplet: 12, 29 and 0C. RGB value is (18,41,12). Sum of RGB (Red+Green+Blue) = 18+41+12=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #12290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12290C is #EDD6F3. Grayscale: #1E1E1E. Windows color (decimal): -15587060 or 796946. OLE color: 796946.
HSL color Cylindrical-coordinate representation of color #12290C: hue angle of 107.59º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12290C is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 41 | 12 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.84 |
| HSL | 107.59º | 0.55% | 0.1% | - |
| HSV(B) | 107.59º | 0.71% | 0.16% | - |
| XYZ | 1.11 | 1.74 | 0.63 | - |
| YUV | 30.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 12 | 0.56 | 0 | 0.71 | 0.84 | 107.59 | 0.55 | 0.1 |
| Hex | 12 | 29 | C | 38 | 0 | 47 | 54 | 6C | 37 | A |
| Octal | 22 | 51 | 14 | 70 | 0 | 107 | 124 | 154 | 67 | 12 |
| Binary | 10010 | 101001 | 1100 | 111000 | 0 | 1000111 | 1010100 | 1101100 | 110111 | 1010 |
Color Harmonies of #12290C
Complementary color
Monochromatic Colors of #12290C
Black with #12290C
Text Example
Text Example
White with #12290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12290C; }
p { color: rgb(18,41,12); }
H1.HeaderClassName
{
color: #12290C;
}
.AnyTagClassName
{
color: #12290C;
}
</style>
background-color css
<style>
a { background-color: #12290C; }
a { background-color: rgb(18,41,12); }
div.DivClassName
{
background-color: #12290C;
}
.BgClassName
{
background-color: #12290C;
}
</style>
border-color css
<style>
span { border-color: #12290C; }
span { border-color: rgb(18,41,12); }
td.TdClassName
{
border-color: #12290C;
}
.TagClassName
{
border-color: #12290C;
}
</style>