Shades of Myrtle #1E491B
Tints of Myrtle #1E491B
RGB
CMYK
RGB Variations
Color information
#1E491B (or 0x1E491B) is known color: Myrtle. HEX triplet: 1E, 49 and 1B. RGB value is (30,73,27). Sum of RGB (Red+Green+Blue) = 30+73+27=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #1E491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E491B is #E1B6E4. Grayscale: #373737. Windows color (decimal): -14792421 or 1788190. OLE color: 1788190.
HSL color Cylindrical-coordinate representation of color #1E491B: hue angle of 116.09º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E491B is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 27 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.71 |
| HSL | 116.09º | 0.46% | 0.2% | - |
| HSV(B) | 116.09º | 0.63% | 0.29% | - |
| XYZ | 3.12 | 5.12 | 1.86 | - |
| YUV | 54.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 27 | 0.59 | 0 | 0.63 | 0.71 | 116.09 | 0.46 | 0.2 |
| Hex | 1E | 49 | 1B | 3B | 0 | 3F | 47 | 74 | 2E | 14 |
| Octal | 36 | 111 | 33 | 73 | 0 | 77 | 107 | 164 | 56 | 24 |
| Binary | 11110 | 1001001 | 11011 | 111011 | 0 | 111111 | 1000111 | 1110100 | 101110 | 10100 |
Color Harmonies of #1E491B
Complementary color
Monochromatic Colors of #1E491B
Black with #1E491B
Text Example
Text Example
White with #1E491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E491B; }
p { color: rgb(30,73,27); }
H1.HeaderClassName
{
color: #1E491B;
}
.AnyTagClassName
{
color: #1E491B;
}
</style>
background-color css
<style>
a { background-color: #1E491B; }
a { background-color: rgb(30,73,27); }
div.DivClassName
{
background-color: #1E491B;
}
.BgClassName
{
background-color: #1E491B;
}
</style>
border-color css
<style>
span { border-color: #1E491B; }
span { border-color: rgb(30,73,27); }
td.TdClassName
{
border-color: #1E491B;
}
.TagClassName
{
border-color: #1E491B;
}
</style>