Shades of Myrtle #1E5212
Tints of Myrtle #1E5212
RGB
CMYK
RGB Variations
Color information
#1E5212 (or 0x1E5212) is known color: Myrtle. HEX triplet: 1E, 52 and 12. RGB value is (30,82,18). Sum of RGB (Red+Green+Blue) = 30+82+18=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #1E5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5212 is #E1ADED. Grayscale: #3B3B3B. Windows color (decimal): -14790126 or 1200670. OLE color: 1200670.
HSL color Cylindrical-coordinate representation of color #1E5212: hue angle of 108.75º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5212 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 82 | 18 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.68 |
| HSL | 108.75º | 0.64% | 0.2% | - |
| HSV(B) | 108.75º | 0.78% | 0.32% | - |
| XYZ | 3.66 | 6.35 | 1.61 | - |
| YUV | 59.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 18 | 0.63 | 0 | 0.78 | 0.68 | 108.75 | 0.64 | 0.2 |
| Hex | 1E | 52 | 12 | 3F | 0 | 4E | 44 | 6D | 40 | 14 |
| Octal | 36 | 122 | 22 | 77 | 0 | 116 | 104 | 155 | 100 | 24 |
| Binary | 11110 | 1010010 | 10010 | 111111 | 0 | 1001110 | 1000100 | 1101101 | 1000000 | 10100 |
Color Harmonies of #1E5212
Complementary color
Monochromatic Colors of #1E5212
Black with #1E5212
Text Example
Text Example
White with #1E5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5212; }
p { color: rgb(30,82,18); }
H1.HeaderClassName
{
color: #1E5212;
}
.AnyTagClassName
{
color: #1E5212;
}
</style>
background-color css
<style>
a { background-color: #1E5212; }
a { background-color: rgb(30,82,18); }
div.DivClassName
{
background-color: #1E5212;
}
.BgClassName
{
background-color: #1E5212;
}
</style>
border-color css
<style>
span { border-color: #1E5212; }
span { border-color: rgb(30,82,18); }
td.TdClassName
{
border-color: #1E5212;
}
.TagClassName
{
border-color: #1E5212;
}
</style>