Shades of Pine Tree #1F2914
Tints of Pine Tree #1F2914
RGB
CMYK
RGB Variations
Color information
#1F2914 (or 0x1F2914) is known color: Pine Tree. HEX triplet: 1F, 29 and 14. RGB value is (31,41,20). Sum of RGB (Red+Green+Blue) = 31+41+20=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2914 is #E0D6EB. Grayscale: #232323. Windows color (decimal): -14735084 or 1321247. OLE color: 1321247.
HSL color Cylindrical-coordinate representation of color #1F2914: hue angle of 88.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F2914 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 20 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.84 |
| HSL | 88.57º | 0.34% | 0.12% | - |
| HSV(B) | 88.57º | 0.51% | 0.16% | - |
| XYZ | 1.48 | 1.93 | 0.96 | - |
| YUV | 35.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 20 | 0.24 | 0 | 0.51 | 0.84 | 88.57 | 0.34 | 0.12 |
| Hex | 1F | 29 | 14 | 18 | 0 | 33 | 54 | 59 | 22 | C |
| Octal | 37 | 51 | 24 | 30 | 0 | 63 | 124 | 131 | 42 | 14 |
| Binary | 11111 | 101001 | 10100 | 11000 | 0 | 110011 | 1010100 | 1011001 | 100010 | 1100 |
Color Harmonies of #1F2914
Complementary color
Monochromatic Colors of #1F2914
Black with #1F2914
Text Example
Text Example
White with #1F2914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2914; }
p { color: rgb(31,41,20); }
H1.HeaderClassName
{
color: #1F2914;
}
.AnyTagClassName
{
color: #1F2914;
}
</style>
background-color css
<style>
a { background-color: #1F2914; }
a { background-color: rgb(31,41,20); }
div.DivClassName
{
background-color: #1F2914;
}
.BgClassName
{
background-color: #1F2914;
}
</style>
border-color css
<style>
span { border-color: #1F2914; }
span { border-color: rgb(31,41,20); }
td.TdClassName
{
border-color: #1F2914;
}
.TagClassName
{
border-color: #1F2914;
}
</style>