Shades of Myrtle #1E4819
Tints of Myrtle #1E4819
RGB
CMYK
RGB Variations
Color information
#1E4819 (or 0x1E4819) is known color: Myrtle. HEX triplet: 1E, 48 and 19. RGB value is (30,72,25). Sum of RGB (Red+Green+Blue) = 30+72+25=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4819 is #E1B7E6. Grayscale: #363636. Windows color (decimal): -14792679 or 1656862. OLE color: 1656862.
HSL color Cylindrical-coordinate representation of color #1E4819: hue angle of 113.62º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E4819 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 25 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.72 |
| HSL | 113.62º | 0.48% | 0.19% | - |
| HSV(B) | 113.62º | 0.65% | 0.28% | - |
| XYZ | 3.03 | 4.98 | 1.72 | - |
| YUV | 54.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 25 | 0.58 | 0 | 0.65 | 0.72 | 113.62 | 0.48 | 0.19 |
| Hex | 1E | 48 | 19 | 3A | 0 | 41 | 48 | 72 | 30 | 13 |
| Octal | 36 | 110 | 31 | 72 | 0 | 101 | 110 | 162 | 60 | 23 |
| Binary | 11110 | 1001000 | 11001 | 111010 | 0 | 1000001 | 1001000 | 1110010 | 110000 | 10011 |
Color Harmonies of #1E4819
Complementary color
Monochromatic Colors of #1E4819
Black with #1E4819
Text Example
Text Example
White with #1E4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4819; }
p { color: rgb(30,72,25); }
H1.HeaderClassName
{
color: #1E4819;
}
.AnyTagClassName
{
color: #1E4819;
}
</style>
background-color css
<style>
a { background-color: #1E4819; }
a { background-color: rgb(30,72,25); }
div.DivClassName
{
background-color: #1E4819;
}
.BgClassName
{
background-color: #1E4819;
}
</style>
border-color css
<style>
span { border-color: #1E4819; }
span { border-color: rgb(30,72,25); }
td.TdClassName
{
border-color: #1E4819;
}
.TagClassName
{
border-color: #1E4819;
}
</style>