Shades of Myrtle #1E3D1E
Tints of Myrtle #1E3D1E
RGB
CMYK
RGB Variations
Color information
#1E3D1E (or 0x1E3D1E) is known color: Myrtle. HEX triplet: 1E, 3D and 1E. RGB value is (30,61,30). Sum of RGB (Red+Green+Blue) = 30+61+30=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D1E is #E1C2E1. Grayscale: #303030. Windows color (decimal): -14795490 or 1981726. OLE color: 1981726.
HSL color Cylindrical-coordinate representation of color #1E3D1E: hue angle of 120º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D1E is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 30 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.76 |
| HSL | 120º | 0.34% | 0.18% | - |
| HSV(B) | 120º | 0.51% | 0.24% | - |
| XYZ | 2.44 | 3.71 | 1.82 | - |
| YUV | 48.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 30 | 0.51 | 0 | 0.51 | 0.76 | 120 | 0.34 | 0.18 |
| Hex | 1E | 3D | 1E | 33 | 0 | 33 | 4C | 78 | 22 | 12 |
| Octal | 36 | 75 | 36 | 63 | 0 | 63 | 114 | 170 | 42 | 22 |
| Binary | 11110 | 111101 | 11110 | 110011 | 0 | 110011 | 1001100 | 1111000 | 100010 | 10010 |
Color Harmonies of #1E3D1E
Complementary color
Monochromatic Colors of #1E3D1E
Black with #1E3D1E
Text Example
Text Example
White with #1E3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D1E; }
p { color: rgb(30,61,30); }
H1.HeaderClassName
{
color: #1E3D1E;
}
.AnyTagClassName
{
color: #1E3D1E;
}
</style>
background-color css
<style>
a { background-color: #1E3D1E; }
a { background-color: rgb(30,61,30); }
div.DivClassName
{
background-color: #1E3D1E;
}
.BgClassName
{
background-color: #1E3D1E;
}
</style>
border-color css
<style>
span { border-color: #1E3D1E; }
span { border-color: rgb(30,61,30); }
td.TdClassName
{
border-color: #1E3D1E;
}
.TagClassName
{
border-color: #1E3D1E;
}
</style>