Shades of Myrtle #1E4820
Tints of Myrtle #1E4820
RGB
CMYK
RGB Variations
Color information
#1E4820 (or 0x1E4820) is known color: Myrtle. HEX triplet: 1E, 48 and 20. RGB value is (30,72,32). Sum of RGB (Red+Green+Blue) = 30+72+32=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4820 is #E1B7DF. Grayscale: #373737. Windows color (decimal): -14792672 or 2115614. OLE color: 2115614.
HSL color Cylindrical-coordinate representation of color #1E4820: hue angle of 122.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4820 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 32 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.72 |
| HSL | 122.86º | 0.41% | 0.2% | - |
| HSV(B) | 122.86º | 0.58% | 0.28% | - |
| XYZ | 3.11 | 5.02 | 2.17 | - |
| YUV | 54.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 32 | 0.58 | 0 | 0.56 | 0.72 | 122.86 | 0.41 | 0.2 |
| Hex | 1E | 48 | 20 | 3A | 0 | 38 | 48 | 7B | 29 | 14 |
| Octal | 36 | 110 | 40 | 72 | 0 | 70 | 110 | 173 | 51 | 24 |
| Binary | 11110 | 1001000 | 100000 | 111010 | 0 | 111000 | 1001000 | 1111011 | 101001 | 10100 |
Color Harmonies of #1E4820
Complementary color
Monochromatic Colors of #1E4820
Black with #1E4820
Text Example
Text Example
White with #1E4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4820; }
p { color: rgb(30,72,32); }
H1.HeaderClassName
{
color: #1E4820;
}
.AnyTagClassName
{
color: #1E4820;
}
</style>
background-color css
<style>
a { background-color: #1E4820; }
a { background-color: rgb(30,72,32); }
div.DivClassName
{
background-color: #1E4820;
}
.BgClassName
{
background-color: #1E4820;
}
</style>
border-color css
<style>
span { border-color: #1E4820; }
span { border-color: rgb(30,72,32); }
td.TdClassName
{
border-color: #1E4820;
}
.TagClassName
{
border-color: #1E4820;
}
</style>