Shades of Myrtle #1E311E
Tints of Myrtle #1E311E
RGB
CMYK
RGB Variations
Color information
#1E311E (or 0x1E311E) is known color: Myrtle. HEX triplet: 1E, 31 and 1E. RGB value is (30,49,30). Sum of RGB (Red+Green+Blue) = 30+49+30=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #1E311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E311E is #E1CEE1. Grayscale: #292929. Windows color (decimal): -14798562 or 1978654. OLE color: 1978654.
HSL color Cylindrical-coordinate representation of color #1E311E: hue angle of 120º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E311E is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 30 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.81 |
| HSL | 120º | 0.24% | 0.15% | - |
| HSV(B) | 120º | 0.39% | 0.19% | - |
| XYZ | 1.87 | 2.57 | 1.63 | - |
| YUV | 41.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 30 | 0.39 | 0 | 0.39 | 0.81 | 120 | 0.24 | 0.15 |
| Hex | 1E | 31 | 1E | 27 | 0 | 27 | 51 | 78 | 18 | F |
| Octal | 36 | 61 | 36 | 47 | 0 | 47 | 121 | 170 | 30 | 17 |
| Binary | 11110 | 110001 | 11110 | 100111 | 0 | 100111 | 1010001 | 1111000 | 11000 | 1111 |
Color Harmonies of #1E311E
Complementary color
Monochromatic Colors of #1E311E
Black with #1E311E
Text Example
Text Example
White with #1E311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E311E; }
p { color: rgb(30,49,30); }
H1.HeaderClassName
{
color: #1E311E;
}
.AnyTagClassName
{
color: #1E311E;
}
</style>
background-color css
<style>
a { background-color: #1E311E; }
a { background-color: rgb(30,49,30); }
div.DivClassName
{
background-color: #1E311E;
}
.BgClassName
{
background-color: #1E311E;
}
</style>
border-color css
<style>
span { border-color: #1E311E; }
span { border-color: rgb(30,49,30); }
td.TdClassName
{
border-color: #1E311E;
}
.TagClassName
{
border-color: #1E311E;
}
</style>