Shades of Myrtle #1E4F12
Tints of Myrtle #1E4F12
RGB
CMYK
RGB Variations
Color information
#1E4F12 (or 0x1E4F12) is known color: Myrtle. HEX triplet: 1E, 4F and 12. RGB value is (30,79,18). Sum of RGB (Red+Green+Blue) = 30+79+18=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 79 (31.25% from 255 or 62.20% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4F12 is #E1B0ED. Grayscale: #393939. Windows color (decimal): -14790894 or 1199902. OLE color: 1199902.
HSL color Cylindrical-coordinate representation of color #1E4F12: hue angle of 108.2º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4F12 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 79 | 18 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.69 |
| HSL | 108.2º | 0.63% | 0.19% | - |
| HSV(B) | 108.2º | 0.77% | 0.31% | - |
| XYZ | 3.44 | 5.91 | 1.53 | - |
| YUV | 57.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 18 | 0.62 | 0 | 0.77 | 0.69 | 108.2 | 0.63 | 0.19 |
| Hex | 1E | 4F | 12 | 3E | 0 | 4D | 45 | 6C | 3F | 13 |
| Octal | 36 | 117 | 22 | 76 | 0 | 115 | 105 | 154 | 77 | 23 |
| Binary | 11110 | 1001111 | 10010 | 111110 | 0 | 1001101 | 1000101 | 1101100 | 111111 | 10011 |
Color Harmonies of #1E4F12
Complementary color
Monochromatic Colors of #1E4F12
Black with #1E4F12
Text Example
Text Example
White with #1E4F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F12; }
p { color: rgb(30,79,18); }
H1.HeaderClassName
{
color: #1E4F12;
}
.AnyTagClassName
{
color: #1E4F12;
}
</style>
background-color css
<style>
a { background-color: #1E4F12; }
a { background-color: rgb(30,79,18); }
div.DivClassName
{
background-color: #1E4F12;
}
.BgClassName
{
background-color: #1E4F12;
}
</style>
border-color css
<style>
span { border-color: #1E4F12; }
span { border-color: rgb(30,79,18); }
td.TdClassName
{
border-color: #1E4F12;
}
.TagClassName
{
border-color: #1E4F12;
}
</style>