Shades of Myrtle #1E4A20
Tints of Myrtle #1E4A20
RGB
CMYK
RGB Variations
Color information
#1E4A20 (or 0x1E4A20) is known color: Myrtle. HEX triplet: 1E, 4A and 20. RGB value is (30,74,32). Sum of RGB (Red+Green+Blue) = 30+74+32=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #1E4A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4A20 is #E1B5DF. Grayscale: #383838. Windows color (decimal): -14792160 or 2116126. OLE color: 2116126.
HSL color Cylindrical-coordinate representation of color #1E4A20: hue angle of 122.73º 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 #1E4A20 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 74 | 32 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.71 |
| HSL | 122.73º | 0.42% | 0.2% | - |
| HSV(B) | 122.73º | 0.59% | 0.29% | - |
| XYZ | 3.24 | 5.28 | 2.21 | - |
| YUV | 56.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 32 | 0.59 | 0 | 0.57 | 0.71 | 122.73 | 0.42 | 0.2 |
| Hex | 1E | 4A | 20 | 3B | 0 | 39 | 47 | 7B | 2A | 14 |
| Octal | 36 | 112 | 40 | 73 | 0 | 71 | 107 | 173 | 52 | 24 |
| Binary | 11110 | 1001010 | 100000 | 111011 | 0 | 111001 | 1000111 | 1111011 | 101010 | 10100 |
Color Harmonies of #1E4A20
Complementary color
Monochromatic Colors of #1E4A20
Black with #1E4A20
Text Example
Text Example
White with #1E4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4A20; }
p { color: rgb(30,74,32); }
H1.HeaderClassName
{
color: #1E4A20;
}
.AnyTagClassName
{
color: #1E4A20;
}
</style>
background-color css
<style>
a { background-color: #1E4A20; }
a { background-color: rgb(30,74,32); }
div.DivClassName
{
background-color: #1E4A20;
}
.BgClassName
{
background-color: #1E4A20;
}
</style>
border-color css
<style>
span { border-color: #1E4A20; }
span { border-color: rgb(30,74,32); }
td.TdClassName
{
border-color: #1E4A20;
}
.TagClassName
{
border-color: #1E4A20;
}
</style>