Shades of Myrtle #1E511D
Tints of Myrtle #1E511D
RGB
CMYK
RGB Variations
Color information
#1E511D (or 0x1E511D) is known color: Myrtle. HEX triplet: 1E, 51 and 1D. RGB value is (30,81,29). Sum of RGB (Red+Green+Blue) = 30+81+29=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #1E511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E511D is #E1AEE2. Grayscale: #3B3B3B. Windows color (decimal): -14790371 or 1921310. OLE color: 1921310.
HSL color Cylindrical-coordinate representation of color #1E511D: hue angle of 118.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E511D is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 81 | 29 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.68 |
| HSL | 118.85º | 0.47% | 0.22% | - |
| HSV(B) | 118.85º | 0.64% | 0.32% | - |
| XYZ | 3.7 | 6.25 | 2.17 | - |
| YUV | 59.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 29 | 0.63 | 0 | 0.64 | 0.68 | 118.85 | 0.47 | 0.22 |
| Hex | 1E | 51 | 1D | 3F | 0 | 40 | 44 | 77 | 2F | 16 |
| Octal | 36 | 121 | 35 | 77 | 0 | 100 | 104 | 167 | 57 | 26 |
| Binary | 11110 | 1010001 | 11101 | 111111 | 0 | 1000000 | 1000100 | 1110111 | 101111 | 10110 |
Color Harmonies of #1E511D
Complementary color
Monochromatic Colors of #1E511D
Black with #1E511D
Text Example
Text Example
White with #1E511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E511D; }
p { color: rgb(30,81,29); }
H1.HeaderClassName
{
color: #1E511D;
}
.AnyTagClassName
{
color: #1E511D;
}
</style>
background-color css
<style>
a { background-color: #1E511D; }
a { background-color: rgb(30,81,29); }
div.DivClassName
{
background-color: #1E511D;
}
.BgClassName
{
background-color: #1E511D;
}
</style>
border-color css
<style>
span { border-color: #1E511D; }
span { border-color: rgb(30,81,29); }
td.TdClassName
{
border-color: #1E511D;
}
.TagClassName
{
border-color: #1E511D;
}
</style>