Shades of Myrtle #1F3E11
Tints of Myrtle #1F3E11
RGB
CMYK
RGB Variations
Color information
#1F3E11 (or 0x1F3E11) is known color: Myrtle. HEX triplet: 1F, 3E and 11. RGB value is (31,62,17). Sum of RGB (Red+Green+Blue) = 31+62+17=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3E11 is #E0C1EE. Grayscale: #2F2F2F. Windows color (decimal): -14729711 or 1130015. OLE color: 1130015.
HSL color Cylindrical-coordinate representation of color #1F3E11: hue angle of 101.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3E11 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 62 | 17 | - |
| CMYK | 0.5 | 0 | 0.73 | 0.76 |
| HSL | 101.33º | 0.57% | 0.15% | - |
| HSV(B) | 101.33º | 0.73% | 0.24% | - |
| XYZ | 2.39 | 3.78 | 1.13 | - |
| YUV | 47.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 17 | 0.5 | 0 | 0.73 | 0.76 | 101.33 | 0.57 | 0.15 |
| Hex | 1F | 3E | 11 | 32 | 0 | 49 | 4C | 65 | 39 | F |
| Octal | 37 | 76 | 21 | 62 | 0 | 111 | 114 | 145 | 71 | 17 |
| Binary | 11111 | 111110 | 10001 | 110010 | 0 | 1001001 | 1001100 | 1100101 | 111001 | 1111 |
Color Harmonies of #1F3E11
Complementary color
Monochromatic Colors of #1F3E11
Black with #1F3E11
Text Example
Text Example
White with #1F3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E11; }
p { color: rgb(31,62,17); }
H1.HeaderClassName
{
color: #1F3E11;
}
.AnyTagClassName
{
color: #1F3E11;
}
</style>
background-color css
<style>
a { background-color: #1F3E11; }
a { background-color: rgb(31,62,17); }
div.DivClassName
{
background-color: #1F3E11;
}
.BgClassName
{
background-color: #1F3E11;
}
</style>
border-color css
<style>
span { border-color: #1F3E11; }
span { border-color: rgb(31,62,17); }
td.TdClassName
{
border-color: #1F3E11;
}
.TagClassName
{
border-color: #1F3E11;
}
</style>