Shades of Myrtle #1E4600
Tints of Myrtle #1E4600
RGB
CMYK
RGB Variations
Color information
#1E4600 (or 0x1E4600) is known color: Myrtle. HEX triplet: 1E, 46 and 00. RGB value is (30,70,0). Sum of RGB (Red+Green+Blue) = 30+70+0=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #1E4600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4600 is #E1B9FF. Grayscale: #323232. Windows color (decimal): -14793216 or 17950. OLE color: 17950.
HSL color Cylindrical-coordinate representation of color #1E4600: hue angle of 94.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E4600 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 70 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.73 |
| HSL | 94.29º | 1% | 0.14% | - |
| HSV(B) | 94.29º | 1% | 0.27% | - |
| XYZ | 2.73 | 4.66 | 0.76 | - |
| YUV | 50.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 0 | 0.57 | 0 | 1 | 0.73 | 94.29 | 1 | 0.14 |
| Hex | 1E | 46 | 0 | 39 | 0 | 64 | 49 | 5E | 64 | E |
| Octal | 36 | 106 | 0 | 71 | 0 | 144 | 111 | 136 | 144 | 16 |
| Binary | 11110 | 1000110 | 0 | 111001 | 0 | 1100100 | 1001001 | 1011110 | 1100100 | 1110 |
Color Harmonies of #1E4600
Complementary color
Monochromatic Colors of #1E4600
Black with #1E4600
Text Example
Text Example
White with #1E4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4600; }
p { color: rgb(30,70,0); }
H1.HeaderClassName
{
color: #1E4600;
}
.AnyTagClassName
{
color: #1E4600;
}
</style>
background-color css
<style>
a { background-color: #1E4600; }
a { background-color: rgb(30,70,0); }
div.DivClassName
{
background-color: #1E4600;
}
.BgClassName
{
background-color: #1E4600;
}
</style>
border-color css
<style>
span { border-color: #1E4600; }
span { border-color: rgb(30,70,0); }
td.TdClassName
{
border-color: #1E4600;
}
.TagClassName
{
border-color: #1E4600;
}
</style>