Shades of Myrtle #1E3C0F
Tints of Myrtle #1E3C0F
RGB
CMYK
RGB Variations
Color information
#1E3C0F (or 0x1E3C0F) is known color: Myrtle. HEX triplet: 1E, 3C and 0F. RGB value is (30,60,15). Sum of RGB (Red+Green+Blue) = 30+60+15=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3C0F is #E1C3F0. Grayscale: #2E2E2E. Windows color (decimal): -14795761 or 998430. OLE color: 998430.
HSL color Cylindrical-coordinate representation of color #1E3C0F: hue angle of 100º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3C0F is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 15 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.76 |
| HSL | 100º | 0.6% | 0.15% | - |
| HSV(B) | 100º | 0.75% | 0.24% | - |
| XYZ | 2.24 | 3.54 | 1.02 | - |
| YUV | 45.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 15 | 0.50 | 0 | 0.75 | 0.76 | 100 | 0.6 | 0.15 |
| Hex | 1E | 3C | F | 32 | 0 | 4B | 4C | 64 | 3C | F |
| Octal | 36 | 74 | 17 | 62 | 0 | 113 | 114 | 144 | 74 | 17 |
| Binary | 11110 | 111100 | 1111 | 110010 | 0 | 1001011 | 1001100 | 1100100 | 111100 | 1111 |
Color Harmonies of #1E3C0F
Complementary color
Monochromatic Colors of #1E3C0F
Black with #1E3C0F
Text Example
Text Example
White with #1E3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C0F; }
p { color: rgb(30,60,15); }
H1.HeaderClassName
{
color: #1E3C0F;
}
.AnyTagClassName
{
color: #1E3C0F;
}
</style>
background-color css
<style>
a { background-color: #1E3C0F; }
a { background-color: rgb(30,60,15); }
div.DivClassName
{
background-color: #1E3C0F;
}
.BgClassName
{
background-color: #1E3C0F;
}
</style>
border-color css
<style>
span { border-color: #1E3C0F; }
span { border-color: rgb(30,60,15); }
td.TdClassName
{
border-color: #1E3C0F;
}
.TagClassName
{
border-color: #1E3C0F;
}
</style>