Shades of Myrtle #1E6305
Tints of Myrtle #1E6305
RGB
CMYK
RGB Variations
Color information
#1E6305 (or 0x1E6305) is known color: Myrtle. HEX triplet: 1E, 63 and 05. RGB value is (30,99,5). Sum of RGB (Red+Green+Blue) = 30+99+5=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6305 is #E19CFA. Grayscale: #434343. Windows color (decimal): -14785787 or 353054. OLE color: 353054.
HSL color Cylindrical-coordinate representation of color #1E6305: hue angle of 104.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E6305 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 99 | 5 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.61 |
| HSL | 104.04º | 0.9% | 0.2% | - |
| HSV(B) | 104.04º | 0.95% | 0.39% | - |
| XYZ | 5.02 | 9.21 | 1.66 | - |
| YUV | 67.65 | 92.64 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 5 | 0.70 | 0 | 0.95 | 0.61 | 104.04 | 0.9 | 0.2 |
| Hex | 1E | 63 | 5 | 46 | 0 | 5F | 3D | 68 | 5A | 14 |
| Octal | 36 | 143 | 5 | 106 | 0 | 137 | 75 | 150 | 132 | 24 |
| Binary | 11110 | 1100011 | 101 | 1000110 | 0 | 1011111 | 111101 | 1101000 | 1011010 | 10100 |
Color Harmonies of #1E6305
Complementary color
Monochromatic Colors of #1E6305
Black with #1E6305
Text Example
Text Example
White with #1E6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6305; }
p { color: rgb(30,99,5); }
H1.HeaderClassName
{
color: #1E6305;
}
.AnyTagClassName
{
color: #1E6305;
}
</style>
background-color css
<style>
a { background-color: #1E6305; }
a { background-color: rgb(30,99,5); }
div.DivClassName
{
background-color: #1E6305;
}
.BgClassName
{
background-color: #1E6305;
}
</style>
border-color css
<style>
span { border-color: #1E6305; }
span { border-color: rgb(30,99,5); }
td.TdClassName
{
border-color: #1E6305;
}
.TagClassName
{
border-color: #1E6305;
}
</style>