Shades of Myrtle #1E361F
Tints of Myrtle #1E361F
RGB
CMYK
RGB Variations
Color information
#1E361F (or 0x1E361F) is known color: Myrtle. HEX triplet: 1E, 36 and 1F. RGB value is (30,54,31). Sum of RGB (Red+Green+Blue) = 30+54+31=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #1E361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E361F is #E1C9E0. Grayscale: #2C2C2C. Windows color (decimal): -14797281 or 2045470. OLE color: 2045470.
HSL color Cylindrical-coordinate representation of color #1E361F: hue angle of 122.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E361F is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 31 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.79 |
| HSL | 122.5º | 0.29% | 0.16% | - |
| HSV(B) | 122.5º | 0.44% | 0.21% | - |
| XYZ | 2.1 | 3.01 | 1.77 | - |
| YUV | 44.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 31 | 0.44 | 0 | 0.43 | 0.79 | 122.5 | 0.29 | 0.16 |
| Hex | 1E | 36 | 1F | 2C | 0 | 2B | 4F | 7B | 1D | 10 |
| Octal | 36 | 66 | 37 | 54 | 0 | 53 | 117 | 173 | 35 | 20 |
| Binary | 11110 | 110110 | 11111 | 101100 | 0 | 101011 | 1001111 | 1111011 | 11101 | 10000 |
Color Harmonies of #1E361F
Complementary color
Monochromatic Colors of #1E361F
Black with #1E361F
Text Example
Text Example
White with #1E361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E361F; }
p { color: rgb(30,54,31); }
H1.HeaderClassName
{
color: #1E361F;
}
.AnyTagClassName
{
color: #1E361F;
}
</style>
background-color css
<style>
a { background-color: #1E361F; }
a { background-color: rgb(30,54,31); }
div.DivClassName
{
background-color: #1E361F;
}
.BgClassName
{
background-color: #1E361F;
}
</style>
border-color css
<style>
span { border-color: #1E361F; }
span { border-color: rgb(30,54,31); }
td.TdClassName
{
border-color: #1E361F;
}
.TagClassName
{
border-color: #1E361F;
}
</style>