Shades of Myrtle #1E420B
Tints of Myrtle #1E420B
RGB
CMYK
RGB Variations
Color information
#1E420B (or 0x1E420B) is known color: Myrtle. HEX triplet: 1E, 42 and 0B. RGB value is (30,66,11). Sum of RGB (Red+Green+Blue) = 30+66+11=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #1E420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E420B is #E1BDF4. Grayscale: #313131. Windows color (decimal): -14794229 or 737822. OLE color: 737822.
HSL color Cylindrical-coordinate representation of color #1E420B: hue angle of 99.27º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E420B is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 11 | - |
| CMYK | 0.55 | 0 | 0.83 | 0.74 |
| HSL | 99.27º | 0.71% | 0.15% | - |
| HSV(B) | 99.27º | 0.83% | 0.26% | - |
| XYZ | 2.54 | 4.2 | 0.99 | - |
| YUV | 48.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 11 | 0.55 | 0 | 0.83 | 0.74 | 99.27 | 0.71 | 0.15 |
| Hex | 1E | 42 | B | 37 | 0 | 53 | 4A | 63 | 47 | F |
| Octal | 36 | 102 | 13 | 67 | 0 | 123 | 112 | 143 | 107 | 17 |
| Binary | 11110 | 1000010 | 1011 | 110111 | 0 | 1010011 | 1001010 | 1100011 | 1000111 | 1111 |
Color Harmonies of #1E420B
Complementary color
Monochromatic Colors of #1E420B
Black with #1E420B
Text Example
Text Example
White with #1E420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E420B; }
p { color: rgb(30,66,11); }
H1.HeaderClassName
{
color: #1E420B;
}
.AnyTagClassName
{
color: #1E420B;
}
</style>
background-color css
<style>
a { background-color: #1E420B; }
a { background-color: rgb(30,66,11); }
div.DivClassName
{
background-color: #1E420B;
}
.BgClassName
{
background-color: #1E420B;
}
</style>
border-color css
<style>
span { border-color: #1E420B; }
span { border-color: rgb(30,66,11); }
td.TdClassName
{
border-color: #1E420B;
}
.TagClassName
{
border-color: #1E420B;
}
</style>