Shades of Myrtle #1F491D
Tints of Myrtle #1F491D
RGB
CMYK
RGB Variations
Color information
#1F491D (or 0x1F491D) is known color: Myrtle. HEX triplet: 1F, 49 and 1D. RGB value is (31,73,29). Sum of RGB (Red+Green+Blue) = 31+73+29=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #1F491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F491D is #E0B6E2. Grayscale: #373737. Windows color (decimal): -14726883 or 1919263. OLE color: 1919263.
HSL color Cylindrical-coordinate representation of color #1F491D: hue angle of 117.27º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F491D is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 29 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.71 |
| HSL | 117.27º | 0.43% | 0.2% | - |
| HSV(B) | 117.27º | 0.6% | 0.29% | - |
| XYZ | 3.17 | 5.15 | 1.99 | - |
| YUV | 55.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 29 | 0.58 | 0 | 0.60 | 0.71 | 117.27 | 0.43 | 0.2 |
| Hex | 1F | 49 | 1D | 3A | 0 | 3C | 47 | 75 | 2B | 14 |
| Octal | 37 | 111 | 35 | 72 | 0 | 74 | 107 | 165 | 53 | 24 |
| Binary | 11111 | 1001001 | 11101 | 111010 | 0 | 111100 | 1000111 | 1110101 | 101011 | 10100 |
Color Harmonies of #1F491D
Complementary color
Monochromatic Colors of #1F491D
Black with #1F491D
Text Example
Text Example
White with #1F491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F491D; }
p { color: rgb(31,73,29); }
H1.HeaderClassName
{
color: #1F491D;
}
.AnyTagClassName
{
color: #1F491D;
}
</style>
background-color css
<style>
a { background-color: #1F491D; }
a { background-color: rgb(31,73,29); }
div.DivClassName
{
background-color: #1F491D;
}
.BgClassName
{
background-color: #1F491D;
}
</style>
border-color css
<style>
span { border-color: #1F491D; }
span { border-color: rgb(31,73,29); }
td.TdClassName
{
border-color: #1F491D;
}
.TagClassName
{
border-color: #1F491D;
}
</style>