Shades of Myrtle #1E4500
Tints of Myrtle #1E4500
RGB
CMYK
RGB Variations
Color information
#1E4500 (or 0x1E4500) is known color: Myrtle. HEX triplet: 1E, 45 and 00. RGB value is (30,69,0). Sum of RGB (Red+Green+Blue) = 30+69+0=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4500 is #E1BAFF. Grayscale: #313131. Windows color (decimal): -14793472 or 17694. OLE color: 17694.
HSL color Cylindrical-coordinate representation of color #1E4500: hue angle of 93.91º 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 #1E4500 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.73 |
| HSL | 93.91º | 1% | 0.14% | - |
| HSV(B) | 93.91º | 1% | 0.27% | - |
| XYZ | 2.66 | 4.53 | 0.73 | - |
| YUV | 49.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 0 | 0.57 | 0 | 1 | 0.73 | 93.91 | 1 | 0.14 |
| Hex | 1E | 45 | 0 | 39 | 0 | 64 | 49 | 5E | 64 | E |
| Octal | 36 | 105 | 0 | 71 | 0 | 144 | 111 | 136 | 144 | 16 |
| Binary | 11110 | 1000101 | 0 | 111001 | 0 | 1100100 | 1001001 | 1011110 | 1100100 | 1110 |
Color Harmonies of #1E4500
Complementary color
Monochromatic Colors of #1E4500
Black with #1E4500
Text Example
Text Example
White with #1E4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4500; }
p { color: rgb(30,69,0); }
H1.HeaderClassName
{
color: #1E4500;
}
.AnyTagClassName
{
color: #1E4500;
}
</style>
background-color css
<style>
a { background-color: #1E4500; }
a { background-color: rgb(30,69,0); }
div.DivClassName
{
background-color: #1E4500;
}
.BgClassName
{
background-color: #1E4500;
}
</style>
border-color css
<style>
span { border-color: #1E4500; }
span { border-color: rgb(30,69,0); }
td.TdClassName
{
border-color: #1E4500;
}
.TagClassName
{
border-color: #1E4500;
}
</style>