Shades of Myrtle #1E480F
Tints of Myrtle #1E480F
RGB
CMYK
RGB Variations
Color information
#1E480F (or 0x1E480F) is known color: Myrtle. HEX triplet: 1E, 48 and 0F. RGB value is (30,72,15). Sum of RGB (Red+Green+Blue) = 30+72+15=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #1E480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E480F is #E1B7F0. Grayscale: #353535. Windows color (decimal): -14792689 or 1001502. OLE color: 1001502.
HSL color Cylindrical-coordinate representation of color #1E480F: hue angle of 104.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E480F is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 15 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.72 |
| HSL | 104.21º | 0.66% | 0.17% | - |
| HSV(B) | 104.21º | 0.79% | 0.28% | - |
| XYZ | 2.94 | 4.95 | 1.25 | - |
| YUV | 52.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 15 | 0.58 | 0 | 0.79 | 0.72 | 104.21 | 0.66 | 0.17 |
| Hex | 1E | 48 | F | 3A | 0 | 4F | 48 | 68 | 42 | 11 |
| Octal | 36 | 110 | 17 | 72 | 0 | 117 | 110 | 150 | 102 | 21 |
| Binary | 11110 | 1001000 | 1111 | 111010 | 0 | 1001111 | 1001000 | 1101000 | 1000010 | 10001 |
Color Harmonies of #1E480F
Complementary color
Monochromatic Colors of #1E480F
Black with #1E480F
Text Example
Text Example
White with #1E480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E480F; }
p { color: rgb(30,72,15); }
H1.HeaderClassName
{
color: #1E480F;
}
.AnyTagClassName
{
color: #1E480F;
}
</style>
background-color css
<style>
a { background-color: #1E480F; }
a { background-color: rgb(30,72,15); }
div.DivClassName
{
background-color: #1E480F;
}
.BgClassName
{
background-color: #1E480F;
}
</style>
border-color css
<style>
span { border-color: #1E480F; }
span { border-color: rgb(30,72,15); }
td.TdClassName
{
border-color: #1E480F;
}
.TagClassName
{
border-color: #1E480F;
}
</style>