Shades of Pine Tree #1F2814
Tints of Pine Tree #1F2814
RGB
CMYK
RGB Variations
Color information
#1F2814 (or 0x1F2814) is known color: Pine Tree. HEX triplet: 1F, 28 and 14. RGB value is (31,40,20). Sum of RGB (Red+Green+Blue) = 31+40+20=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2814 is #E0D7EB. Grayscale: #232323. Windows color (decimal): -14735340 or 1320991. OLE color: 1320991.
HSL color Cylindrical-coordinate representation of color #1F2814: hue angle of 87º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F2814 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 20 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.84 |
| HSL | 87º | 0.33% | 0.12% | - |
| HSV(B) | 87º | 0.5% | 0.16% | - |
| XYZ | 1.45 | 1.86 | 0.94 | - |
| YUV | 35.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 20 | 0.22 | 0 | 0.5 | 0.84 | 87 | 0.33 | 0.12 |
| Hex | 1F | 28 | 14 | 16 | 0 | 32 | 54 | 57 | 21 | C |
| Octal | 37 | 50 | 24 | 26 | 0 | 62 | 124 | 127 | 41 | 14 |
| Binary | 11111 | 101000 | 10100 | 10110 | 0 | 110010 | 1010100 | 1010111 | 100001 | 1100 |
Color Harmonies of #1F2814
Complementary color
Monochromatic Colors of #1F2814
Black with #1F2814
Text Example
Text Example
White with #1F2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2814; }
p { color: rgb(31,40,20); }
H1.HeaderClassName
{
color: #1F2814;
}
.AnyTagClassName
{
color: #1F2814;
}
</style>
background-color css
<style>
a { background-color: #1F2814; }
a { background-color: rgb(31,40,20); }
div.DivClassName
{
background-color: #1F2814;
}
.BgClassName
{
background-color: #1F2814;
}
</style>
border-color css
<style>
span { border-color: #1F2814; }
span { border-color: rgb(31,40,20); }
td.TdClassName
{
border-color: #1F2814;
}
.TagClassName
{
border-color: #1F2814;
}
</style>