Shades of Myrtle #1E341A
Tints of Myrtle #1E341A
RGB
CMYK
RGB Variations
Color information
#1E341A (or 0x1E341A) is known color: Myrtle. HEX triplet: 1E, 34 and 1A. RGB value is (30,52,26). Sum of RGB (Red+Green+Blue) = 30+52+26=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #1E341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E341A is #E1CBE5. Grayscale: #2A2A2A. Windows color (decimal): -14797798 or 1717278. OLE color: 1717278.
HSL color Cylindrical-coordinate representation of color #1E341A: hue angle of 110.77º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E341A is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 52 | 26 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.80 |
| HSL | 110.77º | 0.33% | 0.15% | - |
| HSV(B) | 110.77º | 0.5% | 0.2% | - |
| XYZ | 1.95 | 2.81 | 1.42 | - |
| YUV | 42.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 26 | 0.42 | 0 | 0.50 | 0.80 | 110.77 | 0.33 | 0.15 |
| Hex | 1E | 34 | 1A | 2A | 0 | 32 | 50 | 6F | 21 | F |
| Octal | 36 | 64 | 32 | 52 | 0 | 62 | 120 | 157 | 41 | 17 |
| Binary | 11110 | 110100 | 11010 | 101010 | 0 | 110010 | 1010000 | 1101111 | 100001 | 1111 |
Color Harmonies of #1E341A
Complementary color
Monochromatic Colors of #1E341A
Black with #1E341A
Text Example
Text Example
White with #1E341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E341A; }
p { color: rgb(30,52,26); }
H1.HeaderClassName
{
color: #1E341A;
}
.AnyTagClassName
{
color: #1E341A;
}
</style>
background-color css
<style>
a { background-color: #1E341A; }
a { background-color: rgb(30,52,26); }
div.DivClassName
{
background-color: #1E341A;
}
.BgClassName
{
background-color: #1E341A;
}
</style>
border-color css
<style>
span { border-color: #1E341A; }
span { border-color: rgb(30,52,26); }
td.TdClassName
{
border-color: #1E341A;
}
.TagClassName
{
border-color: #1E341A;
}
</style>