Shades of Myrtle #1E4919
Tints of Myrtle #1E4919
RGB
CMYK
RGB Variations
Color information
#1E4919 (or 0x1E4919) is known color: Myrtle. HEX triplet: 1E, 49 and 19. RGB value is (30,73,25). Sum of RGB (Red+Green+Blue) = 30+73+25=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4919 is #E1B6E6. Grayscale: #363636. Windows color (decimal): -14792423 or 1657118. OLE color: 1657118.
HSL color Cylindrical-coordinate representation of color #1E4919: hue angle of 113.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4919 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 25 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.71 |
| HSL | 113.75º | 0.49% | 0.19% | - |
| HSV(B) | 113.75º | 0.66% | 0.29% | - |
| XYZ | 3.09 | 5.11 | 1.74 | - |
| YUV | 54.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 25 | 0.59 | 0 | 0.66 | 0.71 | 113.75 | 0.49 | 0.19 |
| Hex | 1E | 49 | 19 | 3B | 0 | 42 | 47 | 72 | 31 | 13 |
| Octal | 36 | 111 | 31 | 73 | 0 | 102 | 107 | 162 | 61 | 23 |
| Binary | 11110 | 1001001 | 11001 | 111011 | 0 | 1000010 | 1000111 | 1110010 | 110001 | 10011 |
Color Harmonies of #1E4919
Complementary color
Monochromatic Colors of #1E4919
Black with #1E4919
Text Example
Text Example
White with #1E4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4919; }
p { color: rgb(30,73,25); }
H1.HeaderClassName
{
color: #1E4919;
}
.AnyTagClassName
{
color: #1E4919;
}
</style>
background-color css
<style>
a { background-color: #1E4919; }
a { background-color: rgb(30,73,25); }
div.DivClassName
{
background-color: #1E4919;
}
.BgClassName
{
background-color: #1E4919;
}
</style>
border-color css
<style>
span { border-color: #1E4919; }
span { border-color: rgb(30,73,25); }
td.TdClassName
{
border-color: #1E4919;
}
.TagClassName
{
border-color: #1E4919;
}
</style>