Shades of Myrtle #1E4B15
Tints of Myrtle #1E4B15
RGB
CMYK
RGB Variations
Color information
#1E4B15 (or 0x1E4B15) is known color: Myrtle. HEX triplet: 1E, 4B and 15. RGB value is (30,75,21). Sum of RGB (Red+Green+Blue) = 30+75+21=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #1E4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4B15 is #E1B4EA. Grayscale: #373737. Windows color (decimal): -14791915 or 1395486. OLE color: 1395486.
HSL color Cylindrical-coordinate representation of color #1E4B15: hue angle of 110º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E4B15 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 75 | 21 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.71 |
| HSL | 110º | 0.56% | 0.19% | - |
| HSV(B) | 110º | 0.72% | 0.29% | - |
| XYZ | 3.19 | 5.36 | 1.58 | - |
| YUV | 55.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 21 | 0.60 | 0 | 0.72 | 0.71 | 110 | 0.56 | 0.19 |
| Hex | 1E | 4B | 15 | 3C | 0 | 48 | 47 | 6E | 38 | 13 |
| Octal | 36 | 113 | 25 | 74 | 0 | 110 | 107 | 156 | 70 | 23 |
| Binary | 11110 | 1001011 | 10101 | 111100 | 0 | 1001000 | 1000111 | 1101110 | 111000 | 10011 |
Color Harmonies of #1E4B15
Complementary color
Monochromatic Colors of #1E4B15
Black with #1E4B15
Text Example
Text Example
White with #1E4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4B15; }
p { color: rgb(30,75,21); }
H1.HeaderClassName
{
color: #1E4B15;
}
.AnyTagClassName
{
color: #1E4B15;
}
</style>
background-color css
<style>
a { background-color: #1E4B15; }
a { background-color: rgb(30,75,21); }
div.DivClassName
{
background-color: #1E4B15;
}
.BgClassName
{
background-color: #1E4B15;
}
</style>
border-color css
<style>
span { border-color: #1E4B15; }
span { border-color: rgb(30,75,21); }
td.TdClassName
{
border-color: #1E4B15;
}
.TagClassName
{
border-color: #1E4B15;
}
</style>