Shades of Myrtle #1E3F10
Tints of Myrtle #1E3F10
RGB
CMYK
RGB Variations
Color information
#1E3F10 (or 0x1E3F10) is known color: Myrtle. HEX triplet: 1E, 3F and 10. RGB value is (30,63,16). Sum of RGB (Red+Green+Blue) = 30+63+16=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3F10 is #E1C0EF. Grayscale: #2F2F2F. Windows color (decimal): -14794992 or 1064734. OLE color: 1064734.
HSL color Cylindrical-coordinate representation of color #1E3F10: hue angle of 102.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3F10 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 63 | 16 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.75 |
| HSL | 102.13º | 0.59% | 0.15% | - |
| HSV(B) | 102.13º | 0.75% | 0.25% | - |
| XYZ | 2.41 | 3.87 | 1.11 | - |
| YUV | 47.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 16 | 0.52 | 0 | 0.75 | 0.75 | 102.13 | 0.59 | 0.15 |
| Hex | 1E | 3F | 10 | 34 | 0 | 4B | 4B | 66 | 3B | F |
| Octal | 36 | 77 | 20 | 64 | 0 | 113 | 113 | 146 | 73 | 17 |
| Binary | 11110 | 111111 | 10000 | 110100 | 0 | 1001011 | 1001011 | 1100110 | 111011 | 1111 |
Color Harmonies of #1E3F10
Complementary color
Monochromatic Colors of #1E3F10
Black with #1E3F10
Text Example
Text Example
White with #1E3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F10; }
p { color: rgb(30,63,16); }
H1.HeaderClassName
{
color: #1E3F10;
}
.AnyTagClassName
{
color: #1E3F10;
}
</style>
background-color css
<style>
a { background-color: #1E3F10; }
a { background-color: rgb(30,63,16); }
div.DivClassName
{
background-color: #1E3F10;
}
.BgClassName
{
background-color: #1E3F10;
}
</style>
border-color css
<style>
span { border-color: #1E3F10; }
span { border-color: rgb(30,63,16); }
td.TdClassName
{
border-color: #1E3F10;
}
.TagClassName
{
border-color: #1E3F10;
}
</style>