Shades of Myrtle #1E501C
Tints of Myrtle #1E501C
RGB
CMYK
RGB Variations
Color information
#1E501C (or 0x1E501C) is known color: Myrtle. HEX triplet: 1E, 50 and 1C. RGB value is (30,80,28). Sum of RGB (Red+Green+Blue) = 30+80+28=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #1E501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E501C is #E1AFE3. Grayscale: #3B3B3B. Windows color (decimal): -14790628 or 1855518. OLE color: 1855518.
HSL color Cylindrical-coordinate representation of color #1E501C: hue angle of 117.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E501C is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 80 | 28 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.69 |
| HSL | 117.69º | 0.48% | 0.21% | - |
| HSV(B) | 117.69º | 0.65% | 0.31% | - |
| XYZ | 3.61 | 6.1 | 2.09 | - |
| YUV | 59.12 | 110.44 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 28 | 0.62 | 0 | 0.65 | 0.69 | 117.69 | 0.48 | 0.21 |
| Hex | 1E | 50 | 1C | 3E | 0 | 41 | 45 | 76 | 30 | 15 |
| Octal | 36 | 120 | 34 | 76 | 0 | 101 | 105 | 166 | 60 | 25 |
| Binary | 11110 | 1010000 | 11100 | 111110 | 0 | 1000001 | 1000101 | 1110110 | 110000 | 10101 |
Color Harmonies of #1E501C
Complementary color
Monochromatic Colors of #1E501C
Black with #1E501C
Text Example
Text Example
White with #1E501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E501C; }
p { color: rgb(30,80,28); }
H1.HeaderClassName
{
color: #1E501C;
}
.AnyTagClassName
{
color: #1E501C;
}
</style>
background-color css
<style>
a { background-color: #1E501C; }
a { background-color: rgb(30,80,28); }
div.DivClassName
{
background-color: #1E501C;
}
.BgClassName
{
background-color: #1E501C;
}
</style>
border-color css
<style>
span { border-color: #1E501C; }
span { border-color: rgb(30,80,28); }
td.TdClassName
{
border-color: #1E501C;
}
.TagClassName
{
border-color: #1E501C;
}
</style>