Shades of Myrtle #1F471D
Tints of Myrtle #1F471D
RGB
CMYK
RGB Variations
Color information
#1F471D (or 0x1F471D) is known color: Myrtle. HEX triplet: 1F, 47 and 1D. RGB value is (31,71,29). Sum of RGB (Red+Green+Blue) = 31+71+29=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #1F471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F471D is #E0B8E2. Grayscale: #363636. Windows color (decimal): -14727395 or 1918751. OLE color: 1918751.
HSL color Cylindrical-coordinate representation of color #1F471D: hue angle of 117.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F471D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 29 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.72 |
| HSL | 117.14º | 0.42% | 0.2% | - |
| HSV(B) | 117.14º | 0.59% | 0.28% | - |
| XYZ | 3.04 | 4.89 | 1.95 | - |
| YUV | 54.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 29 | 0.56 | 0 | 0.59 | 0.72 | 117.14 | 0.42 | 0.2 |
| Hex | 1F | 47 | 1D | 38 | 0 | 3B | 48 | 75 | 2A | 14 |
| Octal | 37 | 107 | 35 | 70 | 0 | 73 | 110 | 165 | 52 | 24 |
| Binary | 11111 | 1000111 | 11101 | 111000 | 0 | 111011 | 1001000 | 1110101 | 101010 | 10100 |
Color Harmonies of #1F471D
Complementary color
Monochromatic Colors of #1F471D
Black with #1F471D
Text Example
Text Example
White with #1F471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F471D; }
p { color: rgb(31,71,29); }
H1.HeaderClassName
{
color: #1F471D;
}
.AnyTagClassName
{
color: #1F471D;
}
</style>
background-color css
<style>
a { background-color: #1F471D; }
a { background-color: rgb(31,71,29); }
div.DivClassName
{
background-color: #1F471D;
}
.BgClassName
{
background-color: #1F471D;
}
</style>
border-color css
<style>
span { border-color: #1F471D; }
span { border-color: rgb(31,71,29); }
td.TdClassName
{
border-color: #1F471D;
}
.TagClassName
{
border-color: #1F471D;
}
</style>