Shades of Myrtle #1E4E0D
Tints of Myrtle #1E4E0D
RGB
CMYK
RGB Variations
Color information
#1E4E0D (or 0x1E4E0D) is known color: Myrtle. HEX triplet: 1E, 4E and 0D. RGB value is (30,78,13). Sum of RGB (Red+Green+Blue) = 30+78+13=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4E0D is #E1B1F2. Grayscale: #383838. Windows color (decimal): -14791155 or 871966. OLE color: 871966.
HSL color Cylindrical-coordinate representation of color #1E4E0D: hue angle of 104.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E4E0D is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 78 | 13 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.69 |
| HSL | 104.31º | 0.71% | 0.18% | - |
| HSV(B) | 104.31º | 0.83% | 0.31% | - |
| XYZ | 3.33 | 5.75 | 1.32 | - |
| YUV | 56.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 13 | 0.62 | 0 | 0.83 | 0.69 | 104.31 | 0.71 | 0.18 |
| Hex | 1E | 4E | D | 3E | 0 | 53 | 45 | 68 | 47 | 12 |
| Octal | 36 | 116 | 15 | 76 | 0 | 123 | 105 | 150 | 107 | 22 |
| Binary | 11110 | 1001110 | 1101 | 111110 | 0 | 1010011 | 1000101 | 1101000 | 1000111 | 10010 |
Color Harmonies of #1E4E0D
Complementary color
Monochromatic Colors of #1E4E0D
Black with #1E4E0D
Text Example
Text Example
White with #1E4E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E0D; }
p { color: rgb(30,78,13); }
H1.HeaderClassName
{
color: #1E4E0D;
}
.AnyTagClassName
{
color: #1E4E0D;
}
</style>
background-color css
<style>
a { background-color: #1E4E0D; }
a { background-color: rgb(30,78,13); }
div.DivClassName
{
background-color: #1E4E0D;
}
.BgClassName
{
background-color: #1E4E0D;
}
</style>
border-color css
<style>
span { border-color: #1E4E0D; }
span { border-color: rgb(30,78,13); }
td.TdClassName
{
border-color: #1E4E0D;
}
.TagClassName
{
border-color: #1E4E0D;
}
</style>