Shades of Myrtle #1E541D
Tints of Myrtle #1E541D
RGB
CMYK
RGB Variations
Color information
#1E541D (or 0x1E541D) is known color: Myrtle. HEX triplet: 1E, 54 and 1D. RGB value is (30,84,29). Sum of RGB (Red+Green+Blue) = 30+84+29=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #1E541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E541D is #E1ABE2. Grayscale: #3D3D3D. Windows color (decimal): -14789603 or 1922078. OLE color: 1922078.
HSL color Cylindrical-coordinate representation of color #1E541D: hue angle of 118.91º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E541D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 29 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.67 |
| HSL | 118.91º | 0.49% | 0.22% | - |
| HSV(B) | 118.91º | 0.65% | 0.33% | - |
| XYZ | 3.93 | 6.71 | 2.25 | - |
| YUV | 61.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 29 | 0.64 | 0 | 0.65 | 0.67 | 118.91 | 0.49 | 0.22 |
| Hex | 1E | 54 | 1D | 40 | 0 | 41 | 43 | 77 | 31 | 16 |
| Octal | 36 | 124 | 35 | 100 | 0 | 101 | 103 | 167 | 61 | 26 |
| Binary | 11110 | 1010100 | 11101 | 1000000 | 0 | 1000001 | 1000011 | 1110111 | 110001 | 10110 |
Color Harmonies of #1E541D
Complementary color
Monochromatic Colors of #1E541D
Black with #1E541D
Text Example
Text Example
White with #1E541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E541D; }
p { color: rgb(30,84,29); }
H1.HeaderClassName
{
color: #1E541D;
}
.AnyTagClassName
{
color: #1E541D;
}
</style>
background-color css
<style>
a { background-color: #1E541D; }
a { background-color: rgb(30,84,29); }
div.DivClassName
{
background-color: #1E541D;
}
.BgClassName
{
background-color: #1E541D;
}
</style>
border-color css
<style>
span { border-color: #1E541D; }
span { border-color: rgb(30,84,29); }
td.TdClassName
{
border-color: #1E541D;
}
.TagClassName
{
border-color: #1E541D;
}
</style>