Shades of Myrtle #1E5F03
Tints of Myrtle #1E5F03
RGB
CMYK
RGB Variations
Color information
#1E5F03 (or 0x1E5F03) is known color: Myrtle. HEX triplet: 1E, 5F and 03. RGB value is (30,95,3). Sum of RGB (Red+Green+Blue) = 30+95+3=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5F03 is #E1A0FC. Grayscale: #414141. Windows color (decimal): -14786813 or 220958. OLE color: 220958.
HSL color Cylindrical-coordinate representation of color #1E5F03: hue angle of 102.39º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E5F03 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 95 | 3 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.63 |
| HSL | 102.39º | 0.94% | 0.19% | - |
| HSV(B) | 102.39º | 0.97% | 0.37% | - |
| XYZ | 4.64 | 8.47 | 1.48 | - |
| YUV | 65.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 3 | 0.68 | 0 | 0.97 | 0.63 | 102.39 | 0.94 | 0.19 |
| Hex | 1E | 5F | 3 | 44 | 0 | 61 | 3F | 66 | 5E | 13 |
| Octal | 36 | 137 | 3 | 104 | 0 | 141 | 77 | 146 | 136 | 23 |
| Binary | 11110 | 1011111 | 11 | 1000100 | 0 | 1100001 | 111111 | 1100110 | 1011110 | 10011 |
Color Harmonies of #1E5F03
Complementary color
Monochromatic Colors of #1E5F03
Black with #1E5F03
Text Example
Text Example
White with #1E5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5F03; }
p { color: rgb(30,95,3); }
H1.HeaderClassName
{
color: #1E5F03;
}
.AnyTagClassName
{
color: #1E5F03;
}
</style>
background-color css
<style>
a { background-color: #1E5F03; }
a { background-color: rgb(30,95,3); }
div.DivClassName
{
background-color: #1E5F03;
}
.BgClassName
{
background-color: #1E5F03;
}
</style>
border-color css
<style>
span { border-color: #1E5F03; }
span { border-color: rgb(30,95,3); }
td.TdClassName
{
border-color: #1E5F03;
}
.TagClassName
{
border-color: #1E5F03;
}
</style>