Shades of Myrtle #1E600A
Tints of Myrtle #1E600A
RGB
CMYK
RGB Variations
Color information
#1E600A (or 0x1E600A) is known color: Myrtle. HEX triplet: 1E, 60 and 0A. RGB value is (30,96,10). Sum of RGB (Red+Green+Blue) = 30+96+10=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #1E600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E600A is #E19FF5. Grayscale: #424242. Windows color (decimal): -14786550 or 679966. OLE color: 679966.
HSL color Cylindrical-coordinate representation of color #1E600A: hue angle of 106.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E600A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 10 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.62 |
| HSL | 106.05º | 0.81% | 0.21% | - |
| HSV(B) | 106.05º | 0.9% | 0.38% | - |
| XYZ | 4.77 | 8.66 | 1.71 | - |
| YUV | 66.46 | 96.13 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 10 | 0.69 | 0 | 0.90 | 0.62 | 106.05 | 0.81 | 0.21 |
| Hex | 1E | 60 | A | 45 | 0 | 5A | 3E | 6A | 51 | 15 |
| Octal | 36 | 140 | 12 | 105 | 0 | 132 | 76 | 152 | 121 | 25 |
| Binary | 11110 | 1100000 | 1010 | 1000101 | 0 | 1011010 | 111110 | 1101010 | 1010001 | 10101 |
Color Harmonies of #1E600A
Complementary color
Monochromatic Colors of #1E600A
Black with #1E600A
Text Example
Text Example
White with #1E600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E600A; }
p { color: rgb(30,96,10); }
H1.HeaderClassName
{
color: #1E600A;
}
.AnyTagClassName
{
color: #1E600A;
}
</style>
background-color css
<style>
a { background-color: #1E600A; }
a { background-color: rgb(30,96,10); }
div.DivClassName
{
background-color: #1E600A;
}
.BgClassName
{
background-color: #1E600A;
}
</style>
border-color css
<style>
span { border-color: #1E600A; }
span { border-color: rgb(30,96,10); }
td.TdClassName
{
border-color: #1E600A;
}
.TagClassName
{
border-color: #1E600A;
}
</style>