Shades of Myrtle #1E4F00
Tints of Myrtle #1E4F00
RGB
CMYK
RGB Variations
Color information
#1E4F00 (or 0x1E4F00) is known color: Myrtle. HEX triplet: 1E, 4F and 00. RGB value is (30,79,0). Sum of RGB (Red+Green+Blue) = 30+79+0=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4F00 is #E1B0FF. Grayscale: #373737. Windows color (decimal): -14790912 or 20254. OLE color: 20254.
HSL color Cylindrical-coordinate representation of color #1E4F00: hue angle of 97.22º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E4F00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 79 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.69 |
| HSL | 97.22º | 1% | 0.15% | - |
| HSV(B) | 97.22º | 1% | 0.31% | - |
| XYZ | 3.33 | 5.87 | 0.96 | - |
| YUV | 55.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 0 | 0.62 | 0 | 1 | 0.69 | 97.22 | 1 | 0.15 |
| Hex | 1E | 4F | 0 | 3E | 0 | 64 | 45 | 61 | 64 | F |
| Octal | 36 | 117 | 0 | 76 | 0 | 144 | 105 | 141 | 144 | 17 |
| Binary | 11110 | 1001111 | 0 | 111110 | 0 | 1100100 | 1000101 | 1100001 | 1100100 | 1111 |
Color Harmonies of #1E4F00
Complementary color
Monochromatic Colors of #1E4F00
Black with #1E4F00
Text Example
Text Example
White with #1E4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F00; }
p { color: rgb(30,79,0); }
H1.HeaderClassName
{
color: #1E4F00;
}
.AnyTagClassName
{
color: #1E4F00;
}
</style>
background-color css
<style>
a { background-color: #1E4F00; }
a { background-color: rgb(30,79,0); }
div.DivClassName
{
background-color: #1E4F00;
}
.BgClassName
{
background-color: #1E4F00;
}
</style>
border-color css
<style>
span { border-color: #1E4F00; }
span { border-color: rgb(30,79,0); }
td.TdClassName
{
border-color: #1E4F00;
}
.TagClassName
{
border-color: #1E4F00;
}
</style>