Shades of Myrtle #1E6019
Tints of Myrtle #1E6019
RGB
CMYK
RGB Variations
Color information
#1E6019 (or 0x1E6019) is known color: Myrtle. HEX triplet: 1E, 60 and 19. RGB value is (30,96,25). Sum of RGB (Red+Green+Blue) = 30+96+25=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6019 is #E19FE6. Grayscale: #444444. Windows color (decimal): -14786535 or 1663006. OLE color: 1663006.
HSL color Cylindrical-coordinate representation of color #1E6019: hue angle of 115.77º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6019 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 25 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.62 |
| HSL | 115.77º | 0.59% | 0.24% | - |
| HSV(B) | 115.77º | 0.74% | 0.38% | - |
| XYZ | 4.89 | 8.71 | 2.34 | - |
| YUV | 68.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 25 | 0.69 | 0 | 0.74 | 0.62 | 115.77 | 0.59 | 0.24 |
| Hex | 1E | 60 | 19 | 45 | 0 | 4A | 3E | 74 | 3B | 18 |
| Octal | 36 | 140 | 31 | 105 | 0 | 112 | 76 | 164 | 73 | 30 |
| Binary | 11110 | 1100000 | 11001 | 1000101 | 0 | 1001010 | 111110 | 1110100 | 111011 | 11000 |
Color Harmonies of #1E6019
Complementary color
Monochromatic Colors of #1E6019
Black with #1E6019
Text Example
Text Example
White with #1E6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6019; }
p { color: rgb(30,96,25); }
H1.HeaderClassName
{
color: #1E6019;
}
.AnyTagClassName
{
color: #1E6019;
}
</style>
background-color css
<style>
a { background-color: #1E6019; }
a { background-color: rgb(30,96,25); }
div.DivClassName
{
background-color: #1E6019;
}
.BgClassName
{
background-color: #1E6019;
}
</style>
border-color css
<style>
span { border-color: #1E6019; }
span { border-color: rgb(30,96,25); }
td.TdClassName
{
border-color: #1E6019;
}
.TagClassName
{
border-color: #1E6019;
}
</style>