Shades of Myrtle #1E3D15
Tints of Myrtle #1E3D15
RGB
CMYK
RGB Variations
Color information
#1E3D15 (or 0x1E3D15) is known color: Myrtle. HEX triplet: 1E, 3D and 15. RGB value is (30,61,21). Sum of RGB (Red+Green+Blue) = 30+61+21=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3D15 is #E1C2EA. Grayscale: #2F2F2F. Windows color (decimal): -14795499 or 1391902. OLE color: 1391902.
HSL color Cylindrical-coordinate representation of color #1E3D15: hue angle of 106.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3D15 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 21 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.76 |
| HSL | 106.5º | 0.49% | 0.16% | - |
| HSV(B) | 106.5º | 0.66% | 0.24% | - |
| XYZ | 2.34 | 3.67 | 1.29 | - |
| YUV | 47.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 21 | 0.51 | 0 | 0.66 | 0.76 | 106.5 | 0.49 | 0.16 |
| Hex | 1E | 3D | 15 | 33 | 0 | 42 | 4C | 6A | 31 | 10 |
| Octal | 36 | 75 | 25 | 63 | 0 | 102 | 114 | 152 | 61 | 20 |
| Binary | 11110 | 111101 | 10101 | 110011 | 0 | 1000010 | 1001100 | 1101010 | 110001 | 10000 |
Color Harmonies of #1E3D15
Complementary color
Monochromatic Colors of #1E3D15
Black with #1E3D15
Text Example
Text Example
White with #1E3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D15; }
p { color: rgb(30,61,21); }
H1.HeaderClassName
{
color: #1E3D15;
}
.AnyTagClassName
{
color: #1E3D15;
}
</style>
background-color css
<style>
a { background-color: #1E3D15; }
a { background-color: rgb(30,61,21); }
div.DivClassName
{
background-color: #1E3D15;
}
.BgClassName
{
background-color: #1E3D15;
}
</style>
border-color css
<style>
span { border-color: #1E3D15; }
span { border-color: rgb(30,61,21); }
td.TdClassName
{
border-color: #1E3D15;
}
.TagClassName
{
border-color: #1E3D15;
}
</style>