Shades of Myrtle #1E670C
Tints of Myrtle #1E670C
RGB
CMYK
RGB Variations
Color information
#1E670C (or 0x1E670C) is known color: Myrtle. HEX triplet: 1E, 67 and 0C. RGB value is (30,103,12). Sum of RGB (Red+Green+Blue) = 30+103+12=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #1E670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E670C is #E198F3. Grayscale: #474747. Windows color (decimal): -14784756 or 812830. OLE color: 812830.
HSL color Cylindrical-coordinate representation of color #1E670C: hue angle of 108.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E670C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 12 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.60 |
| HSL | 108.13º | 0.79% | 0.23% | - |
| HSV(B) | 108.13º | 0.88% | 0.4% | - |
| XYZ | 5.45 | 10 | 1.99 | - |
| YUV | 70.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 12 | 0.71 | 0 | 0.88 | 0.60 | 108.13 | 0.79 | 0.23 |
| Hex | 1E | 67 | C | 47 | 0 | 58 | 3C | 6C | 4F | 17 |
| Octal | 36 | 147 | 14 | 107 | 0 | 130 | 74 | 154 | 117 | 27 |
| Binary | 11110 | 1100111 | 1100 | 1000111 | 0 | 1011000 | 111100 | 1101100 | 1001111 | 10111 |
Color Harmonies of #1E670C
Complementary color
Monochromatic Colors of #1E670C
Black with #1E670C
Text Example
Text Example
White with #1E670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E670C; }
p { color: rgb(30,103,12); }
H1.HeaderClassName
{
color: #1E670C;
}
.AnyTagClassName
{
color: #1E670C;
}
</style>
background-color css
<style>
a { background-color: #1E670C; }
a { background-color: rgb(30,103,12); }
div.DivClassName
{
background-color: #1E670C;
}
.BgClassName
{
background-color: #1E670C;
}
</style>
border-color css
<style>
span { border-color: #1E670C; }
span { border-color: rgb(30,103,12); }
td.TdClassName
{
border-color: #1E670C;
}
.TagClassName
{
border-color: #1E670C;
}
</style>