Shades of Myrtle #1E420F
Tints of Myrtle #1E420F
RGB
CMYK
RGB Variations
Color information
#1E420F (or 0x1E420F) is known color: Myrtle. HEX triplet: 1E, 42 and 0F. RGB value is (30,66,15). Sum of RGB (Red+Green+Blue) = 30+66+15=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #1E420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E420F is #E1BDF0. Grayscale: #313131. Windows color (decimal): -14794225 or 999966. OLE color: 999966.
HSL color Cylindrical-coordinate representation of color #1E420F: hue angle of 102.35º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E420F is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 15 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.74 |
| HSL | 102.35º | 0.63% | 0.16% | - |
| HSV(B) | 102.35º | 0.77% | 0.26% | - |
| XYZ | 2.57 | 4.21 | 1.13 | - |
| YUV | 49.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 15 | 0.55 | 0 | 0.77 | 0.74 | 102.35 | 0.63 | 0.16 |
| Hex | 1E | 42 | F | 37 | 0 | 4D | 4A | 66 | 3F | 10 |
| Octal | 36 | 102 | 17 | 67 | 0 | 115 | 112 | 146 | 77 | 20 |
| Binary | 11110 | 1000010 | 1111 | 110111 | 0 | 1001101 | 1001010 | 1100110 | 111111 | 10000 |
Color Harmonies of #1E420F
Complementary color
Monochromatic Colors of #1E420F
Black with #1E420F
Text Example
Text Example
White with #1E420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E420F; }
p { color: rgb(30,66,15); }
H1.HeaderClassName
{
color: #1E420F;
}
.AnyTagClassName
{
color: #1E420F;
}
</style>
background-color css
<style>
a { background-color: #1E420F; }
a { background-color: rgb(30,66,15); }
div.DivClassName
{
background-color: #1E420F;
}
.BgClassName
{
background-color: #1E420F;
}
</style>
border-color css
<style>
span { border-color: #1E420F; }
span { border-color: rgb(30,66,15); }
td.TdClassName
{
border-color: #1E420F;
}
.TagClassName
{
border-color: #1E420F;
}
</style>