Shades of Pine Tree #1F290F
Tints of Pine Tree #1F290F
RGB
CMYK
RGB Variations
Color information
#1F290F (or 0x1F290F) is known color: Pine Tree. HEX triplet: 1F, 29 and 0F. RGB value is (31,41,15). Sum of RGB (Red+Green+Blue) = 31+41+15=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #1F290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F290F is #E0D6F0. Grayscale: #232323. Windows color (decimal): -14735089 or 993567. OLE color: 993567.
HSL color Cylindrical-coordinate representation of color #1F290F: hue angle of 83.08º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F290F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 15 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.84 |
| HSL | 83.08º | 0.46% | 0.11% | - |
| HSV(B) | 83.08º | 0.63% | 0.16% | - |
| XYZ | 1.44 | 1.91 | 0.74 | - |
| YUV | 35.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 15 | 0.24 | 0 | 0.63 | 0.84 | 83.08 | 0.46 | 0.11 |
| Hex | 1F | 29 | F | 18 | 0 | 3F | 54 | 53 | 2E | B |
| Octal | 37 | 51 | 17 | 30 | 0 | 77 | 124 | 123 | 56 | 13 |
| Binary | 11111 | 101001 | 1111 | 11000 | 0 | 111111 | 1010100 | 1010011 | 101110 | 1011 |
Color Harmonies of #1F290F
Complementary color
Monochromatic Colors of #1F290F
Black with #1F290F
Text Example
Text Example
White with #1F290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F290F; }
p { color: rgb(31,41,15); }
H1.HeaderClassName
{
color: #1F290F;
}
.AnyTagClassName
{
color: #1F290F;
}
</style>
background-color css
<style>
a { background-color: #1F290F; }
a { background-color: rgb(31,41,15); }
div.DivClassName
{
background-color: #1F290F;
}
.BgClassName
{
background-color: #1F290F;
}
</style>
border-color css
<style>
span { border-color: #1F290F; }
span { border-color: rgb(31,41,15); }
td.TdClassName
{
border-color: #1F290F;
}
.TagClassName
{
border-color: #1F290F;
}
</style>