Shades of Myrtle #1E4501
Tints of Myrtle #1E4501
RGB
CMYK
RGB Variations
Color information
#1E4501 (or 0x1E4501) is known color: Myrtle. HEX triplet: 1E, 45 and 01. RGB value is (30,69,1). Sum of RGB (Red+Green+Blue) = 30+69+1=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 69 (27.34% from 255 or 69% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4501 is #E1BAFE. Grayscale: #313131. Windows color (decimal): -14793471 or 83230. OLE color: 83230.
HSL color Cylindrical-coordinate representation of color #1E4501: hue angle of 94.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E4501 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.73 |
| HSL | 94.41º | 0.97% | 0.14% | - |
| HSV(B) | 94.41º | 0.99% | 0.27% | - |
| XYZ | 2.67 | 4.53 | 0.76 | - |
| YUV | 49.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 1 | 0.57 | 0 | 0.99 | 0.73 | 94.41 | 0.97 | 0.14 |
| Hex | 1E | 45 | 1 | 39 | 0 | 63 | 49 | 5E | 61 | E |
| Octal | 36 | 105 | 1 | 71 | 0 | 143 | 111 | 136 | 141 | 16 |
| Binary | 11110 | 1000101 | 1 | 111001 | 0 | 1100011 | 1001001 | 1011110 | 1100001 | 1110 |
Color Harmonies of #1E4501
Complementary color
Monochromatic Colors of #1E4501
Black with #1E4501
Text Example
Text Example
White with #1E4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4501; }
p { color: rgb(30,69,1); }
H1.HeaderClassName
{
color: #1E4501;
}
.AnyTagClassName
{
color: #1E4501;
}
</style>
background-color css
<style>
a { background-color: #1E4501; }
a { background-color: rgb(30,69,1); }
div.DivClassName
{
background-color: #1E4501;
}
.BgClassName
{
background-color: #1E4501;
}
</style>
border-color css
<style>
span { border-color: #1E4501; }
span { border-color: rgb(30,69,1); }
td.TdClassName
{
border-color: #1E4501;
}
.TagClassName
{
border-color: #1E4501;
}
</style>