Shades of Myrtle #1E5A0F
Tints of Myrtle #1E5A0F
RGB
CMYK
RGB Variations
Color information
#1E5A0F (or 0x1E5A0F) is known color: Myrtle. HEX triplet: 1E, 5A and 0F. RGB value is (30,90,15). Sum of RGB (Red+Green+Blue) = 30+90+15=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5A0F is #E1A5F0. Grayscale: #3F3F3F. Windows color (decimal): -14788081 or 1006110. OLE color: 1006110.
HSL color Cylindrical-coordinate representation of color #1E5A0F: hue angle of 108º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5A0F is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 15 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.65 |
| HSL | 108º | 0.71% | 0.21% | - |
| HSV(B) | 108º | 0.83% | 0.35% | - |
| XYZ | 4.28 | 7.62 | 1.7 | - |
| YUV | 63.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 15 | 0.67 | 0 | 0.83 | 0.65 | 108 | 0.71 | 0.21 |
| Hex | 1E | 5A | F | 43 | 0 | 53 | 41 | 6C | 47 | 15 |
| Octal | 36 | 132 | 17 | 103 | 0 | 123 | 101 | 154 | 107 | 25 |
| Binary | 11110 | 1011010 | 1111 | 1000011 | 0 | 1010011 | 1000001 | 1101100 | 1000111 | 10101 |
Color Harmonies of #1E5A0F
Complementary color
Monochromatic Colors of #1E5A0F
Black with #1E5A0F
Text Example
Text Example
White with #1E5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A0F; }
p { color: rgb(30,90,15); }
H1.HeaderClassName
{
color: #1E5A0F;
}
.AnyTagClassName
{
color: #1E5A0F;
}
</style>
background-color css
<style>
a { background-color: #1E5A0F; }
a { background-color: rgb(30,90,15); }
div.DivClassName
{
background-color: #1E5A0F;
}
.BgClassName
{
background-color: #1E5A0F;
}
</style>
border-color css
<style>
span { border-color: #1E5A0F; }
span { border-color: rgb(30,90,15); }
td.TdClassName
{
border-color: #1E5A0F;
}
.TagClassName
{
border-color: #1E5A0F;
}
</style>