Shades of Pine Tree #1F2813
Tints of Pine Tree #1F2813
RGB
CMYK
RGB Variations
Color information
#1F2813 (or 0x1F2813) is known color: Pine Tree. HEX triplet: 1F, 28 and 13. RGB value is (31,40,19). Sum of RGB (Red+Green+Blue) = 31+40+19=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2813 is #E0D7EC. Grayscale: #222222. Windows color (decimal): -14735341 or 1255455. OLE color: 1255455.
HSL color Cylindrical-coordinate representation of color #1F2813: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F2813 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 19 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.84 |
| HSL | 85.71º | 0.36% | 0.12% | - |
| HSV(B) | 85.71º | 0.53% | 0.16% | - |
| XYZ | 1.44 | 1.86 | 0.9 | - |
| YUV | 34.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 19 | 0.22 | 0 | 0.52 | 0.84 | 85.71 | 0.36 | 0.12 |
| Hex | 1F | 28 | 13 | 16 | 0 | 34 | 54 | 56 | 24 | C |
| Octal | 37 | 50 | 23 | 26 | 0 | 64 | 124 | 126 | 44 | 14 |
| Binary | 11111 | 101000 | 10011 | 10110 | 0 | 110100 | 1010100 | 1010110 | 100100 | 1100 |
Color Harmonies of #1F2813
Complementary color
Monochromatic Colors of #1F2813
Black with #1F2813
Text Example
Text Example
White with #1F2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2813; }
p { color: rgb(31,40,19); }
H1.HeaderClassName
{
color: #1F2813;
}
.AnyTagClassName
{
color: #1F2813;
}
</style>
background-color css
<style>
a { background-color: #1F2813; }
a { background-color: rgb(31,40,19); }
div.DivClassName
{
background-color: #1F2813;
}
.BgClassName
{
background-color: #1F2813;
}
</style>
border-color css
<style>
span { border-color: #1F2813; }
span { border-color: rgb(31,40,19); }
td.TdClassName
{
border-color: #1F2813;
}
.TagClassName
{
border-color: #1F2813;
}
</style>