Shades of Myrtle #1E301A
Tints of Myrtle #1E301A
RGB
CMYK
RGB Variations
Color information
#1E301A (or 0x1E301A) is known color: Myrtle. HEX triplet: 1E, 30 and 1A. RGB value is (30,48,26). Sum of RGB (Red+Green+Blue) = 30+48+26=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #1E301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E301A is #E1CFE5. Grayscale: #282828. Windows color (decimal): -14798822 or 1716254. OLE color: 1716254.
HSL color Cylindrical-coordinate representation of color #1E301A: hue angle of 109.09º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E301A is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 26 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.81 |
| HSL | 109.09º | 0.3% | 0.15% | - |
| HSV(B) | 109.09º | 0.46% | 0.19% | - |
| XYZ | 1.78 | 2.46 | 1.36 | - |
| YUV | 40.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 26 | 0.37 | 0 | 0.46 | 0.81 | 109.09 | 0.3 | 0.15 |
| Hex | 1E | 30 | 1A | 25 | 0 | 2E | 51 | 6D | 1E | F |
| Octal | 36 | 60 | 32 | 45 | 0 | 56 | 121 | 155 | 36 | 17 |
| Binary | 11110 | 110000 | 11010 | 100101 | 0 | 101110 | 1010001 | 1101101 | 11110 | 1111 |
Color Harmonies of #1E301A
Complementary color
Monochromatic Colors of #1E301A
Black with #1E301A
Text Example
Text Example
White with #1E301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E301A; }
p { color: rgb(30,48,26); }
H1.HeaderClassName
{
color: #1E301A;
}
.AnyTagClassName
{
color: #1E301A;
}
</style>
background-color css
<style>
a { background-color: #1E301A; }
a { background-color: rgb(30,48,26); }
div.DivClassName
{
background-color: #1E301A;
}
.BgClassName
{
background-color: #1E301A;
}
</style>
border-color css
<style>
span { border-color: #1E301A; }
span { border-color: rgb(30,48,26); }
td.TdClassName
{
border-color: #1E301A;
}
.TagClassName
{
border-color: #1E301A;
}
</style>