Shades of Myrtle #1E620D
Tints of Myrtle #1E620D
RGB
CMYK
RGB Variations
Color information
#1E620D (or 0x1E620D) is known color: Myrtle. HEX triplet: 1E, 62 and 0D. RGB value is (30,98,13). Sum of RGB (Red+Green+Blue) = 30+98+13=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #1E620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E620D is #E19DF2. Grayscale: #444444. Windows color (decimal): -14786035 or 877086. OLE color: 877086.
HSL color Cylindrical-coordinate representation of color #1E620D: hue angle of 108º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E620D is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 13 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.62 |
| HSL | 108º | 0.77% | 0.22% | - |
| HSV(B) | 108º | 0.87% | 0.38% | - |
| XYZ | 4.98 | 9.04 | 1.86 | - |
| YUV | 67.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 13 | 0.69 | 0 | 0.87 | 0.62 | 108 | 0.77 | 0.22 |
| Hex | 1E | 62 | D | 45 | 0 | 57 | 3E | 6C | 4D | 16 |
| Octal | 36 | 142 | 15 | 105 | 0 | 127 | 76 | 154 | 115 | 26 |
| Binary | 11110 | 1100010 | 1101 | 1000101 | 0 | 1010111 | 111110 | 1101100 | 1001101 | 10110 |
Color Harmonies of #1E620D
Complementary color
Monochromatic Colors of #1E620D
Black with #1E620D
Text Example
Text Example
White with #1E620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E620D; }
p { color: rgb(30,98,13); }
H1.HeaderClassName
{
color: #1E620D;
}
.AnyTagClassName
{
color: #1E620D;
}
</style>
background-color css
<style>
a { background-color: #1E620D; }
a { background-color: rgb(30,98,13); }
div.DivClassName
{
background-color: #1E620D;
}
.BgClassName
{
background-color: #1E620D;
}
</style>
border-color css
<style>
span { border-color: #1E620D; }
span { border-color: rgb(30,98,13); }
td.TdClassName
{
border-color: #1E620D;
}
.TagClassName
{
border-color: #1E620D;
}
</style>