Shades of Myrtle #1E500D
Tints of Myrtle #1E500D
RGB
CMYK
RGB Variations
Color information
#1E500D (or 0x1E500D) is known color: Myrtle. HEX triplet: 1E, 50 and 0D. RGB value is (30,80,13). Sum of RGB (Red+Green+Blue) = 30+80+13=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #1E500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E500D is #E1AFF2. Grayscale: #393939. Windows color (decimal): -14790643 or 872478. OLE color: 872478.
HSL color Cylindrical-coordinate representation of color #1E500D: hue angle of 104.78º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E500D is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 80 | 13 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.69 |
| HSL | 104.78º | 0.72% | 0.18% | - |
| HSV(B) | 104.78º | 0.84% | 0.31% | - |
| XYZ | 3.48 | 6.04 | 1.36 | - |
| YUV | 57.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 13 | 0.62 | 0 | 0.84 | 0.69 | 104.78 | 0.72 | 0.18 |
| Hex | 1E | 50 | D | 3E | 0 | 54 | 45 | 69 | 48 | 12 |
| Octal | 36 | 120 | 15 | 76 | 0 | 124 | 105 | 151 | 110 | 22 |
| Binary | 11110 | 1010000 | 1101 | 111110 | 0 | 1010100 | 1000101 | 1101001 | 1001000 | 10010 |
Color Harmonies of #1E500D
Complementary color
Monochromatic Colors of #1E500D
Black with #1E500D
Text Example
Text Example
White with #1E500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E500D; }
p { color: rgb(30,80,13); }
H1.HeaderClassName
{
color: #1E500D;
}
.AnyTagClassName
{
color: #1E500D;
}
</style>
background-color css
<style>
a { background-color: #1E500D; }
a { background-color: rgb(30,80,13); }
div.DivClassName
{
background-color: #1E500D;
}
.BgClassName
{
background-color: #1E500D;
}
</style>
border-color css
<style>
span { border-color: #1E500D; }
span { border-color: rgb(30,80,13); }
td.TdClassName
{
border-color: #1E500D;
}
.TagClassName
{
border-color: #1E500D;
}
</style>