Shades of Myrtle #1E3810
Tints of Myrtle #1E3810
RGB
CMYK
RGB Variations
Color information
#1E3810 (or 0x1E3810) is known color: Myrtle. HEX triplet: 1E, 38 and 10. RGB value is (30,56,16). Sum of RGB (Red+Green+Blue) = 30+56+16=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3810 is #E1C7EF. Grayscale: #2B2B2B. Windows color (decimal): -14796784 or 1062942. OLE color: 1062942.
HSL color Cylindrical-coordinate representation of color #1E3810: hue angle of 99º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3810 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 16 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.78 |
| HSL | 99º | 0.56% | 0.14% | - |
| HSV(B) | 99º | 0.71% | 0.22% | - |
| XYZ | 2.04 | 3.14 | 0.99 | - |
| YUV | 43.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 16 | 0.46 | 0 | 0.71 | 0.78 | 99 | 0.56 | 0.14 |
| Hex | 1E | 38 | 10 | 2E | 0 | 47 | 4E | 63 | 38 | E |
| Octal | 36 | 70 | 20 | 56 | 0 | 107 | 116 | 143 | 70 | 16 |
| Binary | 11110 | 111000 | 10000 | 101110 | 0 | 1000111 | 1001110 | 1100011 | 111000 | 1110 |
Color Harmonies of #1E3810
Complementary color
Monochromatic Colors of #1E3810
Black with #1E3810
Text Example
Text Example
White with #1E3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3810; }
p { color: rgb(30,56,16); }
H1.HeaderClassName
{
color: #1E3810;
}
.AnyTagClassName
{
color: #1E3810;
}
</style>
background-color css
<style>
a { background-color: #1E3810; }
a { background-color: rgb(30,56,16); }
div.DivClassName
{
background-color: #1E3810;
}
.BgClassName
{
background-color: #1E3810;
}
</style>
border-color css
<style>
span { border-color: #1E3810; }
span { border-color: rgb(30,56,16); }
td.TdClassName
{
border-color: #1E3810;
}
.TagClassName
{
border-color: #1E3810;
}
</style>