Shades of Myrtle #1E5214
Tints of Myrtle #1E5214
RGB
CMYK
RGB Variations
Color information
#1E5214 (or 0x1E5214) is known color: Myrtle. HEX triplet: 1E, 52 and 14. RGB value is (30,82,20). Sum of RGB (Red+Green+Blue) = 30+82+20=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #1E5214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5214 is #E1ADEB. Grayscale: #3B3B3B. Windows color (decimal): -14790124 or 1331742. OLE color: 1331742.
HSL color Cylindrical-coordinate representation of color #1E5214: hue angle of 110.32º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E5214 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 82 | 20 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.68 |
| HSL | 110.32º | 0.61% | 0.2% | - |
| HSV(B) | 110.32º | 0.76% | 0.32% | - |
| XYZ | 3.68 | 6.36 | 1.7 | - |
| YUV | 59.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 20 | 0.63 | 0 | 0.76 | 0.68 | 110.32 | 0.61 | 0.2 |
| Hex | 1E | 52 | 14 | 3F | 0 | 4C | 44 | 6E | 3D | 14 |
| Octal | 36 | 122 | 24 | 77 | 0 | 114 | 104 | 156 | 75 | 24 |
| Binary | 11110 | 1010010 | 10100 | 111111 | 0 | 1001100 | 1000100 | 1101110 | 111101 | 10100 |
Color Harmonies of #1E5214
Complementary color
Monochromatic Colors of #1E5214
Black with #1E5214
Text Example
Text Example
White with #1E5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5214; }
p { color: rgb(30,82,20); }
H1.HeaderClassName
{
color: #1E5214;
}
.AnyTagClassName
{
color: #1E5214;
}
</style>
background-color css
<style>
a { background-color: #1E5214; }
a { background-color: rgb(30,82,20); }
div.DivClassName
{
background-color: #1E5214;
}
.BgClassName
{
background-color: #1E5214;
}
</style>
border-color css
<style>
span { border-color: #1E5214; }
span { border-color: rgb(30,82,20); }
td.TdClassName
{
border-color: #1E5214;
}
.TagClassName
{
border-color: #1E5214;
}
</style>