Shades of Myrtle #1E5301
Tints of Myrtle #1E5301
RGB
CMYK
RGB Variations
Color information
#1E5301 (or 0x1E5301) is known color: Myrtle. HEX triplet: 1E, 53 and 01. RGB value is (30,83,1). Sum of RGB (Red+Green+Blue) = 30+83+1=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #1E5301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5301 is #E1ACFE. Grayscale: #3A3A3A. Windows color (decimal): -14789887 or 86814. OLE color: 86814.
HSL color Cylindrical-coordinate representation of color #1E5301: hue angle of 98.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E5301 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.67 |
| HSL | 98.78º | 0.98% | 0.16% | - |
| HSV(B) | 98.78º | 0.99% | 0.33% | - |
| XYZ | 3.63 | 6.46 | 1.08 | - |
| YUV | 57.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 1 | 0.64 | 0 | 0.99 | 0.67 | 98.78 | 0.98 | 0.16 |
| Hex | 1E | 53 | 1 | 40 | 0 | 63 | 43 | 63 | 62 | 10 |
| Octal | 36 | 123 | 1 | 100 | 0 | 143 | 103 | 143 | 142 | 20 |
| Binary | 11110 | 1010011 | 1 | 1000000 | 0 | 1100011 | 1000011 | 1100011 | 1100010 | 10000 |
Color Harmonies of #1E5301
Complementary color
Monochromatic Colors of #1E5301
Black with #1E5301
Text Example
Text Example
White with #1E5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5301; }
p { color: rgb(30,83,1); }
H1.HeaderClassName
{
color: #1E5301;
}
.AnyTagClassName
{
color: #1E5301;
}
</style>
background-color css
<style>
a { background-color: #1E5301; }
a { background-color: rgb(30,83,1); }
div.DivClassName
{
background-color: #1E5301;
}
.BgClassName
{
background-color: #1E5301;
}
</style>
border-color css
<style>
span { border-color: #1E5301; }
span { border-color: rgb(30,83,1); }
td.TdClassName
{
border-color: #1E5301;
}
.TagClassName
{
border-color: #1E5301;
}
</style>