Shades of Pine Tree #1F3105
Tints of Pine Tree #1F3105
RGB
CMYK
RGB Variations
Color information
#1F3105 (or 0x1F3105) is known color: Pine Tree. HEX triplet: 1F, 31 and 05. RGB value is (31,49,5). Sum of RGB (Red+Green+Blue) = 31+49+5=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3105 is #E0CEFA. Grayscale: #262626. Windows color (decimal): -14733051 or 340255. OLE color: 340255.
HSL color Cylindrical-coordinate representation of color #1F3105: hue angle of 84.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F3105 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 5 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.81 |
| HSL | 84.55º | 0.81% | 0.11% | - |
| HSV(B) | 84.55º | 0.9% | 0.19% | - |
| XYZ | 1.69 | 2.5 | 0.54 | - |
| YUV | 38.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 5 | 0.37 | 0 | 0.90 | 0.81 | 84.55 | 0.81 | 0.11 |
| Hex | 1F | 31 | 5 | 25 | 0 | 5A | 51 | 55 | 51 | B |
| Octal | 37 | 61 | 5 | 45 | 0 | 132 | 121 | 125 | 121 | 13 |
| Binary | 11111 | 110001 | 101 | 100101 | 0 | 1011010 | 1010001 | 1010101 | 1010001 | 1011 |
Color Harmonies of #1F3105
Complementary color
Monochromatic Colors of #1F3105
Black with #1F3105
Text Example
Text Example
White with #1F3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3105; }
p { color: rgb(31,49,5); }
H1.HeaderClassName
{
color: #1F3105;
}
.AnyTagClassName
{
color: #1F3105;
}
</style>
background-color css
<style>
a { background-color: #1F3105; }
a { background-color: rgb(31,49,5); }
div.DivClassName
{
background-color: #1F3105;
}
.BgClassName
{
background-color: #1F3105;
}
</style>
border-color css
<style>
span { border-color: #1F3105; }
span { border-color: rgb(31,49,5); }
td.TdClassName
{
border-color: #1F3105;
}
.TagClassName
{
border-color: #1F3105;
}
</style>