Shades of Myrtle #1E4301
Tints of Myrtle #1E4301
RGB
CMYK
RGB Variations
Color information
#1E4301 (or 0x1E4301) is known color: Myrtle. HEX triplet: 1E, 43 and 01. RGB value is (30,67,1). Sum of RGB (Red+Green+Blue) = 30+67+1=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4301 is #E1BCFE. Grayscale: #303030. Windows color (decimal): -14793983 or 82718. OLE color: 82718.
HSL color Cylindrical-coordinate representation of color #1E4301: hue angle of 93.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E4301 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.74 |
| HSL | 93.64º | 0.97% | 0.13% | - |
| HSV(B) | 93.64º | 0.99% | 0.26% | - |
| XYZ | 2.55 | 4.29 | 0.72 | - |
| YUV | 48.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 1 | 0.55 | 0 | 0.99 | 0.74 | 93.64 | 0.97 | 0.13 |
| Hex | 1E | 43 | 1 | 37 | 0 | 63 | 4A | 5E | 61 | D |
| Octal | 36 | 103 | 1 | 67 | 0 | 143 | 112 | 136 | 141 | 15 |
| Binary | 11110 | 1000011 | 1 | 110111 | 0 | 1100011 | 1001010 | 1011110 | 1100001 | 1101 |
Color Harmonies of #1E4301
Complementary color
Monochromatic Colors of #1E4301
Black with #1E4301
Text Example
Text Example
White with #1E4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4301; }
p { color: rgb(30,67,1); }
H1.HeaderClassName
{
color: #1E4301;
}
.AnyTagClassName
{
color: #1E4301;
}
</style>
background-color css
<style>
a { background-color: #1E4301; }
a { background-color: rgb(30,67,1); }
div.DivClassName
{
background-color: #1E4301;
}
.BgClassName
{
background-color: #1E4301;
}
</style>
border-color css
<style>
span { border-color: #1E4301; }
span { border-color: rgb(30,67,1); }
td.TdClassName
{
border-color: #1E4301;
}
.TagClassName
{
border-color: #1E4301;
}
</style>