Shades of Myrtle #1E3117
Tints of Myrtle #1E3117
RGB
CMYK
RGB Variations
Color information
#1E3117 (or 0x1E3117) is known color: Myrtle. HEX triplet: 1E, 31 and 17. RGB value is (30,49,23). Sum of RGB (Red+Green+Blue) = 30+49+23=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3117 is #E1CEE8. Grayscale: #282828. Windows color (decimal): -14798569 or 1519902. OLE color: 1519902.
HSL color Cylindrical-coordinate representation of color #1E3117: hue angle of 103.85º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E3117 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 23 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.81 |
| HSL | 103.85º | 0.36% | 0.14% | - |
| HSV(B) | 103.85º | 0.53% | 0.19% | - |
| XYZ | 1.79 | 2.53 | 1.21 | - |
| YUV | 40.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 23 | 0.39 | 0 | 0.53 | 0.81 | 103.85 | 0.36 | 0.14 |
| Hex | 1E | 31 | 17 | 27 | 0 | 35 | 51 | 68 | 24 | E |
| Octal | 36 | 61 | 27 | 47 | 0 | 65 | 121 | 150 | 44 | 16 |
| Binary | 11110 | 110001 | 10111 | 100111 | 0 | 110101 | 1010001 | 1101000 | 100100 | 1110 |
Color Harmonies of #1E3117
Complementary color
Monochromatic Colors of #1E3117
Black with #1E3117
Text Example
Text Example
White with #1E3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3117; }
p { color: rgb(30,49,23); }
H1.HeaderClassName
{
color: #1E3117;
}
.AnyTagClassName
{
color: #1E3117;
}
</style>
background-color css
<style>
a { background-color: #1E3117; }
a { background-color: rgb(30,49,23); }
div.DivClassName
{
background-color: #1E3117;
}
.BgClassName
{
background-color: #1E3117;
}
</style>
border-color css
<style>
span { border-color: #1E3117; }
span { border-color: rgb(30,49,23); }
td.TdClassName
{
border-color: #1E3117;
}
.TagClassName
{
border-color: #1E3117;
}
</style>