Shades of Myrtle #1E5011
Tints of Myrtle #1E5011
RGB
CMYK
RGB Variations
Color information
#1E5011 (or 0x1E5011) is known color: Myrtle. HEX triplet: 1E, 50 and 11. RGB value is (30,80,17). Sum of RGB (Red+Green+Blue) = 30+80+17=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5011 is #E1AFEE. Grayscale: #3A3A3A. Windows color (decimal): -14790639 or 1134622. OLE color: 1134622.
HSL color Cylindrical-coordinate representation of color #1E5011: hue angle of 107.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E5011 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 80 | 17 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.69 |
| HSL | 107.62º | 0.65% | 0.19% | - |
| HSV(B) | 107.62º | 0.79% | 0.31% | - |
| XYZ | 3.51 | 6.05 | 1.51 | - |
| YUV | 57.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 17 | 0.62 | 0 | 0.79 | 0.69 | 107.62 | 0.65 | 0.19 |
| Hex | 1E | 50 | 11 | 3E | 0 | 4F | 45 | 6C | 41 | 13 |
| Octal | 36 | 120 | 21 | 76 | 0 | 117 | 105 | 154 | 101 | 23 |
| Binary | 11110 | 1010000 | 10001 | 111110 | 0 | 1001111 | 1000101 | 1101100 | 1000001 | 10011 |
Color Harmonies of #1E5011
Complementary color
Monochromatic Colors of #1E5011
Black with #1E5011
Text Example
Text Example
White with #1E5011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5011; }
p { color: rgb(30,80,17); }
H1.HeaderClassName
{
color: #1E5011;
}
.AnyTagClassName
{
color: #1E5011;
}
</style>
background-color css
<style>
a { background-color: #1E5011; }
a { background-color: rgb(30,80,17); }
div.DivClassName
{
background-color: #1E5011;
}
.BgClassName
{
background-color: #1E5011;
}
</style>
border-color css
<style>
span { border-color: #1E5011; }
span { border-color: rgb(30,80,17); }
td.TdClassName
{
border-color: #1E5011;
}
.TagClassName
{
border-color: #1E5011;
}
</style>