Shades of Myrtle #1E3C0E
Tints of Myrtle #1E3C0E
RGB
CMYK
RGB Variations
Color information
#1E3C0E (or 0x1E3C0E) is known color: Myrtle. HEX triplet: 1E, 3C and 0E. RGB value is (30,60,14). Sum of RGB (Red+Green+Blue) = 30+60+14=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3C0E is #E1C3F1. Grayscale: #2D2D2D. Windows color (decimal): -14795762 or 932894. OLE color: 932894.
HSL color Cylindrical-coordinate representation of color #1E3C0E: hue angle of 99.13º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E3C0E is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 14 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.76 |
| HSL | 99.13º | 0.62% | 0.15% | - |
| HSV(B) | 99.13º | 0.77% | 0.24% | - |
| XYZ | 2.23 | 3.54 | 0.98 | - |
| YUV | 45.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 14 | 0.50 | 0 | 0.77 | 0.76 | 99.13 | 0.62 | 0.15 |
| Hex | 1E | 3C | E | 32 | 0 | 4D | 4C | 63 | 3E | F |
| Octal | 36 | 74 | 16 | 62 | 0 | 115 | 114 | 143 | 76 | 17 |
| Binary | 11110 | 111100 | 1110 | 110010 | 0 | 1001101 | 1001100 | 1100011 | 111110 | 1111 |
Color Harmonies of #1E3C0E
Complementary color
Monochromatic Colors of #1E3C0E
Black with #1E3C0E
Text Example
Text Example
White with #1E3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C0E; }
p { color: rgb(30,60,14); }
H1.HeaderClassName
{
color: #1E3C0E;
}
.AnyTagClassName
{
color: #1E3C0E;
}
</style>
background-color css
<style>
a { background-color: #1E3C0E; }
a { background-color: rgb(30,60,14); }
div.DivClassName
{
background-color: #1E3C0E;
}
.BgClassName
{
background-color: #1E3C0E;
}
</style>
border-color css
<style>
span { border-color: #1E3C0E; }
span { border-color: rgb(30,60,14); }
td.TdClassName
{
border-color: #1E3C0E;
}
.TagClassName
{
border-color: #1E3C0E;
}
</style>