Shades of Myrtle #1E411E
Tints of Myrtle #1E411E
RGB
CMYK
RGB Variations
Color information
#1E411E (or 0x1E411E) is known color: Myrtle. HEX triplet: 1E, 41 and 1E. RGB value is (30,65,30). Sum of RGB (Red+Green+Blue) = 30+65+30=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #1E411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E411E is #E1BEE1. Grayscale: #323232. Windows color (decimal): -14794466 or 1982750. OLE color: 1982750.
HSL color Cylindrical-coordinate representation of color #1E411E: hue angle of 120º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E411E is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 30 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.75 |
| HSL | 120º | 0.37% | 0.19% | - |
| HSV(B) | 120º | 0.54% | 0.25% | - |
| XYZ | 2.66 | 4.15 | 1.89 | - |
| YUV | 50.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 30 | 0.54 | 0 | 0.54 | 0.75 | 120 | 0.37 | 0.19 |
| Hex | 1E | 41 | 1E | 36 | 0 | 36 | 4B | 78 | 25 | 13 |
| Octal | 36 | 101 | 36 | 66 | 0 | 66 | 113 | 170 | 45 | 23 |
| Binary | 11110 | 1000001 | 11110 | 110110 | 0 | 110110 | 1001011 | 1111000 | 100101 | 10011 |
Color Harmonies of #1E411E
Complementary color
Monochromatic Colors of #1E411E
Black with #1E411E
Text Example
Text Example
White with #1E411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E411E; }
p { color: rgb(30,65,30); }
H1.HeaderClassName
{
color: #1E411E;
}
.AnyTagClassName
{
color: #1E411E;
}
</style>
background-color css
<style>
a { background-color: #1E411E; }
a { background-color: rgb(30,65,30); }
div.DivClassName
{
background-color: #1E411E;
}
.BgClassName
{
background-color: #1E411E;
}
</style>
border-color css
<style>
span { border-color: #1E411E; }
span { border-color: rgb(30,65,30); }
td.TdClassName
{
border-color: #1E411E;
}
.TagClassName
{
border-color: #1E411E;
}
</style>