Shades of Myrtle #1E4922
Tints of Myrtle #1E4922
RGB
CMYK
RGB Variations
Color information
#1E4922 (or 0x1E4922) is known color: Myrtle. HEX triplet: 1E, 49 and 22. RGB value is (30,73,34). Sum of RGB (Red+Green+Blue) = 30+73+34=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4922 is #E1B6DD. Grayscale: #373737. Windows color (decimal): -14792414 or 2246942. OLE color: 2246942.
HSL color Cylindrical-coordinate representation of color #1E4922: hue angle of 125.58º 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 #1E4922 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 34 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.71 |
| HSL | 125.58º | 0.42% | 0.2% | - |
| HSV(B) | 125.58º | 0.59% | 0.29% | - |
| XYZ | 3.21 | 5.16 | 2.34 | - |
| YUV | 55.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 34 | 0.59 | 0 | 0.53 | 0.71 | 125.58 | 0.42 | 0.2 |
| Hex | 1E | 49 | 22 | 3B | 0 | 35 | 47 | 7E | 2A | 14 |
| Octal | 36 | 111 | 42 | 73 | 0 | 65 | 107 | 176 | 52 | 24 |
| Binary | 11110 | 1001001 | 100010 | 111011 | 0 | 110101 | 1000111 | 1111110 | 101010 | 10100 |
Color Harmonies of #1E4922
Complementary color
Monochromatic Colors of #1E4922
Black with #1E4922
Text Example
Text Example
White with #1E4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4922; }
p { color: rgb(30,73,34); }
H1.HeaderClassName
{
color: #1E4922;
}
.AnyTagClassName
{
color: #1E4922;
}
</style>
background-color css
<style>
a { background-color: #1E4922; }
a { background-color: rgb(30,73,34); }
div.DivClassName
{
background-color: #1E4922;
}
.BgClassName
{
background-color: #1E4922;
}
</style>
border-color css
<style>
span { border-color: #1E4922; }
span { border-color: rgb(30,73,34); }
td.TdClassName
{
border-color: #1E4922;
}
.TagClassName
{
border-color: #1E4922;
}
</style>