Shades of Pine Tree #1F2619
Tints of Pine Tree #1F2619
RGB
CMYK
RGB Variations
Color information
#1F2619 (or 0x1F2619) is known color: Pine Tree. HEX triplet: 1F, 26 and 19. RGB value is (31,38,25). Sum of RGB (Red+Green+Blue) = 31+38+25=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2619 is #E0D9E6. Grayscale: #222222. Windows color (decimal): -14735847 or 1648159. OLE color: 1648159.
HSL color Cylindrical-coordinate representation of color #1F2619: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F2619 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 38 | 25 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.85 |
| HSL | 92.31º | 0.21% | 0.12% | - |
| HSV(B) | 92.31º | 0.34% | 0.15% | - |
| XYZ | 1.43 | 1.75 | 1.18 | - |
| YUV | 34.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 25 | 0.18 | 0 | 0.34 | 0.85 | 92.31 | 0.21 | 0.12 |
| Hex | 1F | 26 | 19 | 12 | 0 | 22 | 55 | 5C | 15 | C |
| Octal | 37 | 46 | 31 | 22 | 0 | 42 | 125 | 134 | 25 | 14 |
| Binary | 11111 | 100110 | 11001 | 10010 | 0 | 100010 | 1010101 | 1011100 | 10101 | 1100 |
Color Harmonies of #1F2619
Complementary color
Monochromatic Colors of #1F2619
Black with #1F2619
Text Example
Text Example
White with #1F2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2619; }
p { color: rgb(31,38,25); }
H1.HeaderClassName
{
color: #1F2619;
}
.AnyTagClassName
{
color: #1F2619;
}
</style>
background-color css
<style>
a { background-color: #1F2619; }
a { background-color: rgb(31,38,25); }
div.DivClassName
{
background-color: #1F2619;
}
.BgClassName
{
background-color: #1F2619;
}
</style>
border-color css
<style>
span { border-color: #1F2619; }
span { border-color: rgb(31,38,25); }
td.TdClassName
{
border-color: #1F2619;
}
.TagClassName
{
border-color: #1F2619;
}
</style>