Shades of Myrtle #1E491A
Tints of Myrtle #1E491A
RGB
CMYK
RGB Variations
Color information
#1E491A (or 0x1E491A) is known color: Myrtle. HEX triplet: 1E, 49 and 1A. RGB value is (30,73,26). Sum of RGB (Red+Green+Blue) = 30+73+26=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #1E491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E491A is #E1B6E5. Grayscale: #363636. Windows color (decimal): -14792422 or 1722654. OLE color: 1722654.
HSL color Cylindrical-coordinate representation of color #1E491A: hue angle of 114.89º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E491A is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 26 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.71 |
| HSL | 114.89º | 0.47% | 0.19% | - |
| HSV(B) | 114.89º | 0.64% | 0.29% | - |
| XYZ | 3.1 | 5.12 | 1.8 | - |
| YUV | 54.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 26 | 0.59 | 0 | 0.64 | 0.71 | 114.89 | 0.47 | 0.19 |
| Hex | 1E | 49 | 1A | 3B | 0 | 40 | 47 | 73 | 2F | 13 |
| Octal | 36 | 111 | 32 | 73 | 0 | 100 | 107 | 163 | 57 | 23 |
| Binary | 11110 | 1001001 | 11010 | 111011 | 0 | 1000000 | 1000111 | 1110011 | 101111 | 10011 |
Color Harmonies of #1E491A
Complementary color
Monochromatic Colors of #1E491A
Black with #1E491A
Text Example
Text Example
White with #1E491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E491A; }
p { color: rgb(30,73,26); }
H1.HeaderClassName
{
color: #1E491A;
}
.AnyTagClassName
{
color: #1E491A;
}
</style>
background-color css
<style>
a { background-color: #1E491A; }
a { background-color: rgb(30,73,26); }
div.DivClassName
{
background-color: #1E491A;
}
.BgClassName
{
background-color: #1E491A;
}
</style>
border-color css
<style>
span { border-color: #1E491A; }
span { border-color: rgb(30,73,26); }
td.TdClassName
{
border-color: #1E491A;
}
.TagClassName
{
border-color: #1E491A;
}
</style>