Shades of Pine Tree #1F2713
Tints of Pine Tree #1F2713
RGB
CMYK
RGB Variations
Color information
#1F2713 (or 0x1F2713) is known color: Pine Tree. HEX triplet: 1F, 27 and 13. RGB value is (31,39,19). Sum of RGB (Red+Green+Blue) = 31+39+19=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2713 is #E0D8EC. Grayscale: #222222. Windows color (decimal): -14735597 or 1255199. OLE color: 1255199.
HSL color Cylindrical-coordinate representation of color #1F2713: hue angle of 84º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F2713 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 19 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.85 |
| HSL | 84º | 0.34% | 0.11% | - |
| HSV(B) | 84º | 0.51% | 0.15% | - |
| XYZ | 1.41 | 1.79 | 0.89 | - |
| YUV | 34.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 19 | 0.21 | 0 | 0.51 | 0.85 | 84 | 0.34 | 0.11 |
| Hex | 1F | 27 | 13 | 15 | 0 | 33 | 55 | 54 | 22 | B |
| Octal | 37 | 47 | 23 | 25 | 0 | 63 | 125 | 124 | 42 | 13 |
| Binary | 11111 | 100111 | 10011 | 10101 | 0 | 110011 | 1010101 | 1010100 | 100010 | 1011 |
Color Harmonies of #1F2713
Complementary color
Monochromatic Colors of #1F2713
Black with #1F2713
Text Example
Text Example
White with #1F2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2713; }
p { color: rgb(31,39,19); }
H1.HeaderClassName
{
color: #1F2713;
}
.AnyTagClassName
{
color: #1F2713;
}
</style>
background-color css
<style>
a { background-color: #1F2713; }
a { background-color: rgb(31,39,19); }
div.DivClassName
{
background-color: #1F2713;
}
.BgClassName
{
background-color: #1F2713;
}
</style>
border-color css
<style>
span { border-color: #1F2713; }
span { border-color: rgb(31,39,19); }
td.TdClassName
{
border-color: #1F2713;
}
.TagClassName
{
border-color: #1F2713;
}
</style>