Shades of Myrtle #1E4312
Tints of Myrtle #1E4312
RGB
CMYK
RGB Variations
Color information
#1E4312 (or 0x1E4312) is known color: Myrtle. HEX triplet: 1E, 43 and 12. RGB value is (30,67,18). Sum of RGB (Red+Green+Blue) = 30+67+18=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4312 is #E1BCED. Grayscale: #323232. Windows color (decimal): -14793966 or 1196830. OLE color: 1196830.
HSL color Cylindrical-coordinate representation of color #1E4312: hue angle of 105.31º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4312 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 18 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.74 |
| HSL | 105.31º | 0.58% | 0.17% | - |
| HSV(B) | 105.31º | 0.73% | 0.26% | - |
| XYZ | 2.65 | 4.33 | 1.27 | - |
| YUV | 50.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 18 | 0.55 | 0 | 0.73 | 0.74 | 105.31 | 0.58 | 0.17 |
| Hex | 1E | 43 | 12 | 37 | 0 | 49 | 4A | 69 | 3A | 11 |
| Octal | 36 | 103 | 22 | 67 | 0 | 111 | 112 | 151 | 72 | 21 |
| Binary | 11110 | 1000011 | 10010 | 110111 | 0 | 1001001 | 1001010 | 1101001 | 111010 | 10001 |
Color Harmonies of #1E4312
Complementary color
Monochromatic Colors of #1E4312
Black with #1E4312
Text Example
Text Example
White with #1E4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4312; }
p { color: rgb(30,67,18); }
H1.HeaderClassName
{
color: #1E4312;
}
.AnyTagClassName
{
color: #1E4312;
}
</style>
background-color css
<style>
a { background-color: #1E4312; }
a { background-color: rgb(30,67,18); }
div.DivClassName
{
background-color: #1E4312;
}
.BgClassName
{
background-color: #1E4312;
}
</style>
border-color css
<style>
span { border-color: #1E4312; }
span { border-color: rgb(30,67,18); }
td.TdClassName
{
border-color: #1E4312;
}
.TagClassName
{
border-color: #1E4312;
}
</style>