Shades of Myrtle #1E4F10
Tints of Myrtle #1E4F10
RGB
CMYK
RGB Variations
Color information
#1E4F10 (or 0x1E4F10) is known color: Myrtle. HEX triplet: 1E, 4F and 10. RGB value is (30,79,16). Sum of RGB (Red+Green+Blue) = 30+79+16=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4F10 is #E1B0EF. Grayscale: #393939. Windows color (decimal): -14790896 or 1068830. OLE color: 1068830.
HSL color Cylindrical-coordinate representation of color #1E4F10: hue angle of 106.67º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E4F10 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 79 | 16 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.69 |
| HSL | 106.67º | 0.66% | 0.19% | - |
| HSV(B) | 106.67º | 0.8% | 0.31% | - |
| XYZ | 3.42 | 5.91 | 1.45 | - |
| YUV | 57.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 16 | 0.62 | 0 | 0.80 | 0.69 | 106.67 | 0.66 | 0.19 |
| Hex | 1E | 4F | 10 | 3E | 0 | 50 | 45 | 6B | 42 | 13 |
| Octal | 36 | 117 | 20 | 76 | 0 | 120 | 105 | 153 | 102 | 23 |
| Binary | 11110 | 1001111 | 10000 | 111110 | 0 | 1010000 | 1000101 | 1101011 | 1000010 | 10011 |
Color Harmonies of #1E4F10
Complementary color
Monochromatic Colors of #1E4F10
Black with #1E4F10
Text Example
Text Example
White with #1E4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F10; }
p { color: rgb(30,79,16); }
H1.HeaderClassName
{
color: #1E4F10;
}
.AnyTagClassName
{
color: #1E4F10;
}
</style>
background-color css
<style>
a { background-color: #1E4F10; }
a { background-color: rgb(30,79,16); }
div.DivClassName
{
background-color: #1E4F10;
}
.BgClassName
{
background-color: #1E4F10;
}
</style>
border-color css
<style>
span { border-color: #1E4F10; }
span { border-color: rgb(30,79,16); }
td.TdClassName
{
border-color: #1E4F10;
}
.TagClassName
{
border-color: #1E4F10;
}
</style>