Shades of Pine Tree #1F2719
Tints of Pine Tree #1F2719
RGB
CMYK
RGB Variations
Color information
#1F2719 (or 0x1F2719) is known color: Pine Tree. HEX triplet: 1F, 27 and 19. RGB value is (31,39,25). Sum of RGB (Red+Green+Blue) = 31+39+25=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2719 is #E0D8E6. Grayscale: #232323. Windows color (decimal): -14735591 or 1648415. OLE color: 1648415.
HSL color Cylindrical-coordinate representation of color #1F2719: hue angle of 94.29º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1F2719 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 25 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.85 |
| HSL | 94.29º | 0.22% | 0.13% | - |
| HSV(B) | 94.29º | 0.36% | 0.15% | - |
| XYZ | 1.47 | 1.81 | 1.19 | - |
| YUV | 35.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 25 | 0.21 | 0 | 0.36 | 0.85 | 94.29 | 0.22 | 0.13 |
| Hex | 1F | 27 | 19 | 15 | 0 | 24 | 55 | 5E | 16 | D |
| Octal | 37 | 47 | 31 | 25 | 0 | 44 | 125 | 136 | 26 | 15 |
| Binary | 11111 | 100111 | 11001 | 10101 | 0 | 100100 | 1010101 | 1011110 | 10110 | 1101 |
Color Harmonies of #1F2719
Complementary color
Monochromatic Colors of #1F2719
Black with #1F2719
Text Example
Text Example
White with #1F2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2719; }
p { color: rgb(31,39,25); }
H1.HeaderClassName
{
color: #1F2719;
}
.AnyTagClassName
{
color: #1F2719;
}
</style>
background-color css
<style>
a { background-color: #1F2719; }
a { background-color: rgb(31,39,25); }
div.DivClassName
{
background-color: #1F2719;
}
.BgClassName
{
background-color: #1F2719;
}
</style>
border-color css
<style>
span { border-color: #1F2719; }
span { border-color: rgb(31,39,25); }
td.TdClassName
{
border-color: #1F2719;
}
.TagClassName
{
border-color: #1F2719;
}
</style>