Shades of Pine Tree #1F3111
Tints of Pine Tree #1F3111
RGB
CMYK
RGB Variations
Color information
#1F3111 (or 0x1F3111) is known color: Pine Tree. HEX triplet: 1F, 31 and 11. RGB value is (31,49,17). Sum of RGB (Red+Green+Blue) = 31+49+17=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3111 is #E0CEEE. Grayscale: #282828. Windows color (decimal): -14733039 or 1126687. OLE color: 1126687.
HSL color Cylindrical-coordinate representation of color #1F3111: hue angle of 93.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3111 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 17 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.81 |
| HSL | 93.75º | 0.48% | 0.13% | - |
| HSV(B) | 93.75º | 0.65% | 0.19% | - |
| XYZ | 1.76 | 2.53 | 0.93 | - |
| YUV | 39.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 17 | 0.37 | 0 | 0.65 | 0.81 | 93.75 | 0.48 | 0.13 |
| Hex | 1F | 31 | 11 | 25 | 0 | 41 | 51 | 5E | 30 | D |
| Octal | 37 | 61 | 21 | 45 | 0 | 101 | 121 | 136 | 60 | 15 |
| Binary | 11111 | 110001 | 10001 | 100101 | 0 | 1000001 | 1010001 | 1011110 | 110000 | 1101 |
Color Harmonies of #1F3111
Complementary color
Monochromatic Colors of #1F3111
Black with #1F3111
Text Example
Text Example
White with #1F3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3111; }
p { color: rgb(31,49,17); }
H1.HeaderClassName
{
color: #1F3111;
}
.AnyTagClassName
{
color: #1F3111;
}
</style>
background-color css
<style>
a { background-color: #1F3111; }
a { background-color: rgb(31,49,17); }
div.DivClassName
{
background-color: #1F3111;
}
.BgClassName
{
background-color: #1F3111;
}
</style>
border-color css
<style>
span { border-color: #1F3111; }
span { border-color: rgb(31,49,17); }
td.TdClassName
{
border-color: #1F3111;
}
.TagClassName
{
border-color: #1F3111;
}
</style>