Shades of Myrtle #1E381E
Tints of Myrtle #1E381E
RGB
CMYK
RGB Variations
Color information
#1E381E (or 0x1E381E) is known color: Myrtle. HEX triplet: 1E, 38 and 1E. RGB value is (30,56,30). Sum of RGB (Red+Green+Blue) = 30+56+30=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #1E381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E381E is #E1C7E1. Grayscale: #2D2D2D. Windows color (decimal): -14796770 or 1980446. OLE color: 1980446.
HSL color Cylindrical-coordinate representation of color #1E381E: hue angle of 120º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E381E is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 30 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.78 |
| HSL | 120º | 0.3% | 0.17% | - |
| HSV(B) | 120º | 0.46% | 0.22% | - |
| XYZ | 2.18 | 3.2 | 1.73 | - |
| YUV | 45.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 30 | 0.46 | 0 | 0.46 | 0.78 | 120 | 0.3 | 0.17 |
| Hex | 1E | 38 | 1E | 2E | 0 | 2E | 4E | 78 | 1E | 11 |
| Octal | 36 | 70 | 36 | 56 | 0 | 56 | 116 | 170 | 36 | 21 |
| Binary | 11110 | 111000 | 11110 | 101110 | 0 | 101110 | 1001110 | 1111000 | 11110 | 10001 |
Color Harmonies of #1E381E
Complementary color
Monochromatic Colors of #1E381E
Black with #1E381E
Text Example
Text Example
White with #1E381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E381E; }
p { color: rgb(30,56,30); }
H1.HeaderClassName
{
color: #1E381E;
}
.AnyTagClassName
{
color: #1E381E;
}
</style>
background-color css
<style>
a { background-color: #1E381E; }
a { background-color: rgb(30,56,30); }
div.DivClassName
{
background-color: #1E381E;
}
.BgClassName
{
background-color: #1E381E;
}
</style>
border-color css
<style>
span { border-color: #1E381E; }
span { border-color: rgb(30,56,30); }
td.TdClassName
{
border-color: #1E381E;
}
.TagClassName
{
border-color: #1E381E;
}
</style>