Shades of Myrtle #1E4E20
Tints of Myrtle #1E4E20
RGB
CMYK
RGB Variations
Color information
#1E4E20 (or 0x1E4E20) is known color: Myrtle. HEX triplet: 1E, 4E and 20. RGB value is (30,78,32). Sum of RGB (Red+Green+Blue) = 30+78+32=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E20 is #E1B1DF. Grayscale: #3A3A3A. Windows color (decimal): -14791136 or 2117150. OLE color: 2117150.
HSL color Cylindrical-coordinate representation of color #1E4E20: hue angle of 122.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4E20 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 78 | 32 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.69 |
| HSL | 122.5º | 0.44% | 0.21% | - |
| HSV(B) | 122.5º | 0.62% | 0.31% | - |
| XYZ | 3.52 | 5.83 | 2.31 | - |
| YUV | 58.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 32 | 0.62 | 0 | 0.59 | 0.69 | 122.5 | 0.44 | 0.21 |
| Hex | 1E | 4E | 20 | 3E | 0 | 3B | 45 | 7B | 2C | 15 |
| Octal | 36 | 116 | 40 | 76 | 0 | 73 | 105 | 173 | 54 | 25 |
| Binary | 11110 | 1001110 | 100000 | 111110 | 0 | 111011 | 1000101 | 1111011 | 101100 | 10101 |
Color Harmonies of #1E4E20
Complementary color
Monochromatic Colors of #1E4E20
Black with #1E4E20
Text Example
Text Example
White with #1E4E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E20; }
p { color: rgb(30,78,32); }
H1.HeaderClassName
{
color: #1E4E20;
}
.AnyTagClassName
{
color: #1E4E20;
}
</style>
background-color css
<style>
a { background-color: #1E4E20; }
a { background-color: rgb(30,78,32); }
div.DivClassName
{
background-color: #1E4E20;
}
.BgClassName
{
background-color: #1E4E20;
}
</style>
border-color css
<style>
span { border-color: #1E4E20; }
span { border-color: rgb(30,78,32); }
td.TdClassName
{
border-color: #1E4E20;
}
.TagClassName
{
border-color: #1E4E20;
}
</style>