Shades of Myrtle #1E3918
Tints of Myrtle #1E3918
RGB
CMYK
RGB Variations
Color information
#1E3918 (or 0x1E3918) is known color: Myrtle. HEX triplet: 1E, 39 and 18. RGB value is (30,57,24). Sum of RGB (Red+Green+Blue) = 30+57+24=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3918 is #E1C6E7. Grayscale: #2D2D2D. Windows color (decimal): -14796520 or 1587486. OLE color: 1587486.
HSL color Cylindrical-coordinate representation of color #1E3918: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3918 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 24 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.78 |
| HSL | 109.09º | 0.41% | 0.16% | - |
| HSV(B) | 109.09º | 0.58% | 0.22% | - |
| XYZ | 2.16 | 3.27 | 1.38 | - |
| YUV | 45.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 24 | 0.47 | 0 | 0.58 | 0.78 | 109.09 | 0.41 | 0.16 |
| Hex | 1E | 39 | 18 | 2F | 0 | 3A | 4E | 6D | 29 | 10 |
| Octal | 36 | 71 | 30 | 57 | 0 | 72 | 116 | 155 | 51 | 20 |
| Binary | 11110 | 111001 | 11000 | 101111 | 0 | 111010 | 1001110 | 1101101 | 101001 | 10000 |
Color Harmonies of #1E3918
Complementary color
Monochromatic Colors of #1E3918
Black with #1E3918
Text Example
Text Example
White with #1E3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3918; }
p { color: rgb(30,57,24); }
H1.HeaderClassName
{
color: #1E3918;
}
.AnyTagClassName
{
color: #1E3918;
}
</style>
background-color css
<style>
a { background-color: #1E3918; }
a { background-color: rgb(30,57,24); }
div.DivClassName
{
background-color: #1E3918;
}
.BgClassName
{
background-color: #1E3918;
}
</style>
border-color css
<style>
span { border-color: #1E3918; }
span { border-color: rgb(30,57,24); }
td.TdClassName
{
border-color: #1E3918;
}
.TagClassName
{
border-color: #1E3918;
}
</style>