Shades of Pine Tree #1F310B
Tints of Pine Tree #1F310B
RGB
CMYK
RGB Variations
Color information
#1F310B (or 0x1F310B) is known color: Pine Tree. HEX triplet: 1F, 31 and 0B. RGB value is (31,49,11). Sum of RGB (Red+Green+Blue) = 31+49+11=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310B is #E0CEF4. Grayscale: #272727. Windows color (decimal): -14733045 or 733471. OLE color: 733471.
HSL color Cylindrical-coordinate representation of color #1F310B: hue angle of 88.42º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F310B is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 11 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.81 |
| HSL | 88.42º | 0.63% | 0.12% | - |
| HSV(B) | 88.42º | 0.78% | 0.19% | - |
| XYZ | 1.72 | 2.51 | 0.71 | - |
| YUV | 39.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 11 | 0.37 | 0 | 0.78 | 0.81 | 88.42 | 0.63 | 0.12 |
| Hex | 1F | 31 | B | 25 | 0 | 4E | 51 | 58 | 3F | C |
| Octal | 37 | 61 | 13 | 45 | 0 | 116 | 121 | 130 | 77 | 14 |
| Binary | 11111 | 110001 | 1011 | 100101 | 0 | 1001110 | 1010001 | 1011000 | 111111 | 1100 |
Color Harmonies of #1F310B
Complementary color
Monochromatic Colors of #1F310B
Black with #1F310B
Text Example
Text Example
White with #1F310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F310B; }
p { color: rgb(31,49,11); }
H1.HeaderClassName
{
color: #1F310B;
}
.AnyTagClassName
{
color: #1F310B;
}
</style>
background-color css
<style>
a { background-color: #1F310B; }
a { background-color: rgb(31,49,11); }
div.DivClassName
{
background-color: #1F310B;
}
.BgClassName
{
background-color: #1F310B;
}
</style>
border-color css
<style>
span { border-color: #1F310B; }
span { border-color: rgb(31,49,11); }
td.TdClassName
{
border-color: #1F310B;
}
.TagClassName
{
border-color: #1F310B;
}
</style>