Shades of Myrtle #1E5A1F
Tints of Myrtle #1E5A1F
RGB
CMYK
RGB Variations
Color information
#1E5A1F (or 0x1E5A1F) is known color: Myrtle. HEX triplet: 1E, 5A and 1F. RGB value is (30,90,31). Sum of RGB (Red+Green+Blue) = 30+90+31=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A1F is #E1A5E0. Grayscale: #414141. Windows color (decimal): -14788065 or 2054686. OLE color: 2054686.
HSL color Cylindrical-coordinate representation of color #1E5A1F: hue angle of 121º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A1F is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 31 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.65 |
| HSL | 121º | 0.5% | 0.24% | - |
| HSV(B) | 121º | 0.67% | 0.35% | - |
| XYZ | 4.44 | 7.69 | 2.55 | - |
| YUV | 65.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 31 | 0.67 | 0 | 0.66 | 0.65 | 121 | 0.5 | 0.24 |
| Hex | 1E | 5A | 1F | 43 | 0 | 42 | 41 | 79 | 32 | 18 |
| Octal | 36 | 132 | 37 | 103 | 0 | 102 | 101 | 171 | 62 | 30 |
| Binary | 11110 | 1011010 | 11111 | 1000011 | 0 | 1000010 | 1000001 | 1111001 | 110010 | 11000 |
Color Harmonies of #1E5A1F
Complementary color
Monochromatic Colors of #1E5A1F
Black with #1E5A1F
Text Example
Text Example
White with #1E5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A1F; }
p { color: rgb(30,90,31); }
H1.HeaderClassName
{
color: #1E5A1F;
}
.AnyTagClassName
{
color: #1E5A1F;
}
</style>
background-color css
<style>
a { background-color: #1E5A1F; }
a { background-color: rgb(30,90,31); }
div.DivClassName
{
background-color: #1E5A1F;
}
.BgClassName
{
background-color: #1E5A1F;
}
</style>
border-color css
<style>
span { border-color: #1E5A1F; }
span { border-color: rgb(30,90,31); }
td.TdClassName
{
border-color: #1E5A1F;
}
.TagClassName
{
border-color: #1E5A1F;
}
</style>