Shades of Pine Tree #1F2910
Tints of Pine Tree #1F2910
RGB
CMYK
RGB Variations
Color information
#1F2910 (or 0x1F2910) is known color: Pine Tree. HEX triplet: 1F, 29 and 10. RGB value is (31,41,16). Sum of RGB (Red+Green+Blue) = 31+41+16=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2910 is #E0D6EF. Grayscale: #232323. Windows color (decimal): -14735088 or 1059103. OLE color: 1059103.
HSL color Cylindrical-coordinate representation of color #1F2910: hue angle of 84º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F2910 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 16 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.84 |
| HSL | 84º | 0.44% | 0.11% | - |
| HSV(B) | 84º | 0.61% | 0.16% | - |
| XYZ | 1.45 | 1.91 | 0.78 | - |
| YUV | 35.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 16 | 0.24 | 0 | 0.61 | 0.84 | 84 | 0.44 | 0.11 |
| Hex | 1F | 29 | 10 | 18 | 0 | 3D | 54 | 54 | 2C | B |
| Octal | 37 | 51 | 20 | 30 | 0 | 75 | 124 | 124 | 54 | 13 |
| Binary | 11111 | 101001 | 10000 | 11000 | 0 | 111101 | 1010100 | 1010100 | 101100 | 1011 |
Color Harmonies of #1F2910
Complementary color
Monochromatic Colors of #1F2910
Black with #1F2910
Text Example
Text Example
White with #1F2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2910; }
p { color: rgb(31,41,16); }
H1.HeaderClassName
{
color: #1F2910;
}
.AnyTagClassName
{
color: #1F2910;
}
</style>
background-color css
<style>
a { background-color: #1F2910; }
a { background-color: rgb(31,41,16); }
div.DivClassName
{
background-color: #1F2910;
}
.BgClassName
{
background-color: #1F2910;
}
</style>
border-color css
<style>
span { border-color: #1F2910; }
span { border-color: rgb(31,41,16); }
td.TdClassName
{
border-color: #1F2910;
}
.TagClassName
{
border-color: #1F2910;
}
</style>