Shades of Pine Tree #1F2715
Tints of Pine Tree #1F2715
RGB
CMYK
RGB Variations
Color information
#1F2715 (or 0x1F2715) is known color: Pine Tree. HEX triplet: 1F, 27 and 15. RGB value is (31,39,21). Sum of RGB (Red+Green+Blue) = 31+39+21=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2715 is #E0D8EA. Grayscale: #222222. Windows color (decimal): -14735595 or 1386271. OLE color: 1386271.
HSL color Cylindrical-coordinate representation of color #1F2715: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F2715 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 21 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.85 |
| HSL | 86.67º | 0.3% | 0.12% | - |
| HSV(B) | 86.67º | 0.46% | 0.15% | - |
| XYZ | 1.43 | 1.8 | 0.98 | - |
| YUV | 34.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 21 | 0.21 | 0 | 0.46 | 0.85 | 86.67 | 0.3 | 0.12 |
| Hex | 1F | 27 | 15 | 15 | 0 | 2E | 55 | 57 | 1E | C |
| Octal | 37 | 47 | 25 | 25 | 0 | 56 | 125 | 127 | 36 | 14 |
| Binary | 11111 | 100111 | 10101 | 10101 | 0 | 101110 | 1010101 | 1010111 | 11110 | 1100 |
Color Harmonies of #1F2715
Complementary color
Monochromatic Colors of #1F2715
Black with #1F2715
Text Example
Text Example
White with #1F2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2715; }
p { color: rgb(31,39,21); }
H1.HeaderClassName
{
color: #1F2715;
}
.AnyTagClassName
{
color: #1F2715;
}
</style>
background-color css
<style>
a { background-color: #1F2715; }
a { background-color: rgb(31,39,21); }
div.DivClassName
{
background-color: #1F2715;
}
.BgClassName
{
background-color: #1F2715;
}
</style>
border-color css
<style>
span { border-color: #1F2715; }
span { border-color: rgb(31,39,21); }
td.TdClassName
{
border-color: #1F2715;
}
.TagClassName
{
border-color: #1F2715;
}
</style>