Shades of Myrtle #1E400C
Tints of Myrtle #1E400C
RGB
CMYK
RGB Variations
Color information
#1E400C (or 0x1E400C) is known color: Myrtle. HEX triplet: 1E, 40 and 0C. RGB value is (30,64,12). Sum of RGB (Red+Green+Blue) = 30+64+12=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #1E400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E400C is #E1BFF3. Grayscale: #303030. Windows color (decimal): -14794740 or 802846. OLE color: 802846.
HSL color Cylindrical-coordinate representation of color #1E400C: hue angle of 99.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E400C is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 64 | 12 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.75 |
| HSL | 99.23º | 0.68% | 0.15% | - |
| HSV(B) | 99.23º | 0.81% | 0.25% | - |
| XYZ | 2.44 | 3.97 | 0.99 | - |
| YUV | 47.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 12 | 0.53 | 0 | 0.81 | 0.75 | 99.23 | 0.68 | 0.15 |
| Hex | 1E | 40 | C | 35 | 0 | 51 | 4B | 63 | 44 | F |
| Octal | 36 | 100 | 14 | 65 | 0 | 121 | 113 | 143 | 104 | 17 |
| Binary | 11110 | 1000000 | 1100 | 110101 | 0 | 1010001 | 1001011 | 1100011 | 1000100 | 1111 |
Color Harmonies of #1E400C
Complementary color
Monochromatic Colors of #1E400C
Black with #1E400C
Text Example
Text Example
White with #1E400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E400C; }
p { color: rgb(30,64,12); }
H1.HeaderClassName
{
color: #1E400C;
}
.AnyTagClassName
{
color: #1E400C;
}
</style>
background-color css
<style>
a { background-color: #1E400C; }
a { background-color: rgb(30,64,12); }
div.DivClassName
{
background-color: #1E400C;
}
.BgClassName
{
background-color: #1E400C;
}
</style>
border-color css
<style>
span { border-color: #1E400C; }
span { border-color: rgb(30,64,12); }
td.TdClassName
{
border-color: #1E400C;
}
.TagClassName
{
border-color: #1E400C;
}
</style>