Shades of Myrtle #1E3F1F
Tints of Myrtle #1E3F1F
RGB
CMYK
RGB Variations
Color information
#1E3F1F (or 0x1E3F1F) is known color: Myrtle. HEX triplet: 1E, 3F and 1F. RGB value is (30,63,31). Sum of RGB (Red+Green+Blue) = 30+63+31=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F1F is #E1C0E0. Grayscale: #313131. Windows color (decimal): -14794977 or 2047774. OLE color: 2047774.
HSL color Cylindrical-coordinate representation of color #1E3F1F: hue angle of 121.82º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3F1F is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 63 | 31 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.75 |
| HSL | 121.82º | 0.35% | 0.18% | - |
| HSV(B) | 121.82º | 0.52% | 0.25% | - |
| XYZ | 2.56 | 3.93 | 1.92 | - |
| YUV | 49.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 31 | 0.52 | 0 | 0.51 | 0.75 | 121.82 | 0.35 | 0.18 |
| Hex | 1E | 3F | 1F | 34 | 0 | 33 | 4B | 7A | 23 | 12 |
| Octal | 36 | 77 | 37 | 64 | 0 | 63 | 113 | 172 | 43 | 22 |
| Binary | 11110 | 111111 | 11111 | 110100 | 0 | 110011 | 1001011 | 1111010 | 100011 | 10010 |
Color Harmonies of #1E3F1F
Complementary color
Monochromatic Colors of #1E3F1F
Black with #1E3F1F
Text Example
Text Example
White with #1E3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F1F; }
p { color: rgb(30,63,31); }
H1.HeaderClassName
{
color: #1E3F1F;
}
.AnyTagClassName
{
color: #1E3F1F;
}
</style>
background-color css
<style>
a { background-color: #1E3F1F; }
a { background-color: rgb(30,63,31); }
div.DivClassName
{
background-color: #1E3F1F;
}
.BgClassName
{
background-color: #1E3F1F;
}
</style>
border-color css
<style>
span { border-color: #1E3F1F; }
span { border-color: rgb(30,63,31); }
td.TdClassName
{
border-color: #1E3F1F;
}
.TagClassName
{
border-color: #1E3F1F;
}
</style>