Shades of Myrtle #1E5210
Tints of Myrtle #1E5210
RGB
CMYK
RGB Variations
Color information
#1E5210 (or 0x1E5210) is known color: Myrtle. HEX triplet: 1E, 52 and 10. RGB value is (30,82,16). Sum of RGB (Red+Green+Blue) = 30+82+16=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #1E5210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5210 is #E1ADEF. Grayscale: #3B3B3B. Windows color (decimal): -14790128 or 1069598. OLE color: 1069598.
HSL color Cylindrical-coordinate representation of color #1E5210: hue angle of 107.27º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5210 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 82 | 16 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.68 |
| HSL | 107.27º | 0.67% | 0.19% | - |
| HSV(B) | 107.27º | 0.8% | 0.32% | - |
| XYZ | 3.65 | 6.35 | 1.52 | - |
| YUV | 58.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 16 | 0.63 | 0 | 0.80 | 0.68 | 107.27 | 0.67 | 0.19 |
| Hex | 1E | 52 | 10 | 3F | 0 | 50 | 44 | 6B | 43 | 13 |
| Octal | 36 | 122 | 20 | 77 | 0 | 120 | 104 | 153 | 103 | 23 |
| Binary | 11110 | 1010010 | 10000 | 111111 | 0 | 1010000 | 1000100 | 1101011 | 1000011 | 10011 |
Color Harmonies of #1E5210
Complementary color
Monochromatic Colors of #1E5210
Black with #1E5210
Text Example
Text Example
White with #1E5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5210; }
p { color: rgb(30,82,16); }
H1.HeaderClassName
{
color: #1E5210;
}
.AnyTagClassName
{
color: #1E5210;
}
</style>
background-color css
<style>
a { background-color: #1E5210; }
a { background-color: rgb(30,82,16); }
div.DivClassName
{
background-color: #1E5210;
}
.BgClassName
{
background-color: #1E5210;
}
</style>
border-color css
<style>
span { border-color: #1E5210; }
span { border-color: rgb(30,82,16); }
td.TdClassName
{
border-color: #1E5210;
}
.TagClassName
{
border-color: #1E5210;
}
</style>