Shades of Myrtle #1F3B1D
Tints of Myrtle #1F3B1D
RGB
CMYK
RGB Variations
Color information
#1F3B1D (or 0x1F3B1D) is known color: Myrtle. HEX triplet: 1F, 3B and 1D. RGB value is (31,59,29). Sum of RGB (Red+Green+Blue) = 31+59+29=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B1D is #E0C4E2. Grayscale: #2F2F2F. Windows color (decimal): -14730467 or 1915679. OLE color: 1915679.
HSL color Cylindrical-coordinate representation of color #1F3B1D: hue angle of 116º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3B1D is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 29 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.77 |
| HSL | 116º | 0.34% | 0.17% | - |
| HSV(B) | 116º | 0.51% | 0.23% | - |
| XYZ | 2.35 | 3.51 | 1.72 | - |
| YUV | 47.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 29 | 0.47 | 0 | 0.51 | 0.77 | 116 | 0.34 | 0.17 |
| Hex | 1F | 3B | 1D | 2F | 0 | 33 | 4D | 74 | 22 | 11 |
| Octal | 37 | 73 | 35 | 57 | 0 | 63 | 115 | 164 | 42 | 21 |
| Binary | 11111 | 111011 | 11101 | 101111 | 0 | 110011 | 1001101 | 1110100 | 100010 | 10001 |
Color Harmonies of #1F3B1D
Complementary color
Monochromatic Colors of #1F3B1D
Black with #1F3B1D
Text Example
Text Example
White with #1F3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B1D; }
p { color: rgb(31,59,29); }
H1.HeaderClassName
{
color: #1F3B1D;
}
.AnyTagClassName
{
color: #1F3B1D;
}
</style>
background-color css
<style>
a { background-color: #1F3B1D; }
a { background-color: rgb(31,59,29); }
div.DivClassName
{
background-color: #1F3B1D;
}
.BgClassName
{
background-color: #1F3B1D;
}
</style>
border-color css
<style>
span { border-color: #1F3B1D; }
span { border-color: rgb(31,59,29); }
td.TdClassName
{
border-color: #1F3B1D;
}
.TagClassName
{
border-color: #1F3B1D;
}
</style>