Shades of Pine Tree #1F290B
Tints of Pine Tree #1F290B
RGB
CMYK
RGB Variations
Color information
#1F290B (or 0x1F290B) is known color: Pine Tree. HEX triplet: 1F, 29 and 0B. RGB value is (31,41,11). Sum of RGB (Red+Green+Blue) = 31+41+11=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #1F290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F290B is #E0D6F4. Grayscale: #222222. Windows color (decimal): -14735093 or 731423. OLE color: 731423.
HSL color Cylindrical-coordinate representation of color #1F290B: hue angle of 80º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F290B is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 11 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.84 |
| HSL | 80º | 0.58% | 0.1% | - |
| HSV(B) | 80º | 0.73% | 0.16% | - |
| XYZ | 1.42 | 1.9 | 0.61 | - |
| YUV | 34.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 11 | 0.24 | 0 | 0.73 | 0.84 | 80 | 0.58 | 0.1 |
| Hex | 1F | 29 | B | 18 | 0 | 49 | 54 | 50 | 3A | A |
| Octal | 37 | 51 | 13 | 30 | 0 | 111 | 124 | 120 | 72 | 12 |
| Binary | 11111 | 101001 | 1011 | 11000 | 0 | 1001001 | 1010100 | 1010000 | 111010 | 1010 |
Color Harmonies of #1F290B
Complementary color
Monochromatic Colors of #1F290B
Black with #1F290B
Text Example
Text Example
White with #1F290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F290B; }
p { color: rgb(31,41,11); }
H1.HeaderClassName
{
color: #1F290B;
}
.AnyTagClassName
{
color: #1F290B;
}
</style>
background-color css
<style>
a { background-color: #1F290B; }
a { background-color: rgb(31,41,11); }
div.DivClassName
{
background-color: #1F290B;
}
.BgClassName
{
background-color: #1F290B;
}
</style>
border-color css
<style>
span { border-color: #1F290B; }
span { border-color: rgb(31,41,11); }
td.TdClassName
{
border-color: #1F290B;
}
.TagClassName
{
border-color: #1F290B;
}
</style>