Shades of Myrtle #1E5902
Tints of Myrtle #1E5902
RGB
CMYK
RGB Variations
Color information
#1E5902 (or 0x1E5902) is known color: Myrtle. HEX triplet: 1E, 59 and 02. RGB value is (30,89,2). Sum of RGB (Red+Green+Blue) = 30+89+2=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5902 is #E1A6FD. Grayscale: #3D3D3D. Windows color (decimal): -14788350 or 153886. OLE color: 153886.
HSL color Cylindrical-coordinate representation of color #1E5902: hue angle of 100.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E5902 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 89 | 2 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.65 |
| HSL | 100.69º | 0.96% | 0.18% | - |
| HSV(B) | 100.69º | 0.98% | 0.35% | - |
| XYZ | 4.12 | 7.43 | 1.27 | - |
| YUV | 61.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 2 | 0.66 | 0 | 0.98 | 0.65 | 100.69 | 0.96 | 0.18 |
| Hex | 1E | 59 | 2 | 42 | 0 | 62 | 41 | 65 | 60 | 12 |
| Octal | 36 | 131 | 2 | 102 | 0 | 142 | 101 | 145 | 140 | 22 |
| Binary | 11110 | 1011001 | 10 | 1000010 | 0 | 1100010 | 1000001 | 1100101 | 1100000 | 10010 |
Color Harmonies of #1E5902
Complementary color
Monochromatic Colors of #1E5902
Black with #1E5902
Text Example
Text Example
White with #1E5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5902; }
p { color: rgb(30,89,2); }
H1.HeaderClassName
{
color: #1E5902;
}
.AnyTagClassName
{
color: #1E5902;
}
</style>
background-color css
<style>
a { background-color: #1E5902; }
a { background-color: rgb(30,89,2); }
div.DivClassName
{
background-color: #1E5902;
}
.BgClassName
{
background-color: #1E5902;
}
</style>
border-color css
<style>
span { border-color: #1E5902; }
span { border-color: rgb(30,89,2); }
td.TdClassName
{
border-color: #1E5902;
}
.TagClassName
{
border-color: #1E5902;
}
</style>