Shades of Myrtle #1E3919
Tints of Myrtle #1E3919
RGB
CMYK
RGB Variations
Color information
#1E3919 (or 0x1E3919) is known color: Myrtle. HEX triplet: 1E, 39 and 19. RGB value is (30,57,25). Sum of RGB (Red+Green+Blue) = 30+57+25=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3919 is #E1C6E6. Grayscale: #2D2D2D. Windows color (decimal): -14796519 or 1653022. OLE color: 1653022.
HSL color Cylindrical-coordinate representation of color #1E3919: hue angle of 110.62º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E3919 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 25 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.78 |
| HSL | 110.63º | 0.39% | 0.16% | - |
| HSV(B) | 110.63º | 0.56% | 0.22% | - |
| XYZ | 2.17 | 3.27 | 1.44 | - |
| YUV | 45.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 25 | 0.47 | 0 | 0.56 | 0.78 | 110.63 | 0.39 | 0.16 |
| Hex | 1E | 39 | 19 | 2F | 0 | 38 | 4E | 6F | 27 | 10 |
| Octal | 36 | 71 | 31 | 57 | 0 | 70 | 116 | 157 | 47 | 20 |
| Binary | 11110 | 111001 | 11001 | 101111 | 0 | 111000 | 1001110 | 1101111 | 100111 | 10000 |
Color Harmonies of #1E3919
Complementary color
Monochromatic Colors of #1E3919
Black with #1E3919
Text Example
Text Example
White with #1E3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3919; }
p { color: rgb(30,57,25); }
H1.HeaderClassName
{
color: #1E3919;
}
.AnyTagClassName
{
color: #1E3919;
}
</style>
background-color css
<style>
a { background-color: #1E3919; }
a { background-color: rgb(30,57,25); }
div.DivClassName
{
background-color: #1E3919;
}
.BgClassName
{
background-color: #1E3919;
}
</style>
border-color css
<style>
span { border-color: #1E3919; }
span { border-color: rgb(30,57,25); }
td.TdClassName
{
border-color: #1E3919;
}
.TagClassName
{
border-color: #1E3919;
}
</style>