Shades of Myrtle #1E4920
Tints of Myrtle #1E4920
RGB
CMYK
RGB Variations
Color information
#1E4920 (or 0x1E4920) is known color: Myrtle. HEX triplet: 1E, 49 and 20. RGB value is (30,73,32). Sum of RGB (Red+Green+Blue) = 30+73+32=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4920 is #E1B6DF. Grayscale: #373737. Windows color (decimal): -14792416 or 2115870. OLE color: 2115870.
HSL color Cylindrical-coordinate representation of color #1E4920: hue angle of 122.79º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E4920 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 32 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.71 |
| HSL | 122.79º | 0.42% | 0.2% | - |
| HSV(B) | 122.79º | 0.59% | 0.29% | - |
| XYZ | 3.18 | 5.15 | 2.19 | - |
| YUV | 55.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 32 | 0.59 | 0 | 0.56 | 0.71 | 122.79 | 0.42 | 0.2 |
| Hex | 1E | 49 | 20 | 3B | 0 | 38 | 47 | 7B | 2A | 14 |
| Octal | 36 | 111 | 40 | 73 | 0 | 70 | 107 | 173 | 52 | 24 |
| Binary | 11110 | 1001001 | 100000 | 111011 | 0 | 111000 | 1000111 | 1111011 | 101010 | 10100 |
Color Harmonies of #1E4920
Complementary color
Monochromatic Colors of #1E4920
Black with #1E4920
Text Example
Text Example
White with #1E4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4920; }
p { color: rgb(30,73,32); }
H1.HeaderClassName
{
color: #1E4920;
}
.AnyTagClassName
{
color: #1E4920;
}
</style>
background-color css
<style>
a { background-color: #1E4920; }
a { background-color: rgb(30,73,32); }
div.DivClassName
{
background-color: #1E4920;
}
.BgClassName
{
background-color: #1E4920;
}
</style>
border-color css
<style>
span { border-color: #1E4920; }
span { border-color: rgb(30,73,32); }
td.TdClassName
{
border-color: #1E4920;
}
.TagClassName
{
border-color: #1E4920;
}
</style>