Shades of Pine Tree #1F280B
Tints of Pine Tree #1F280B
RGB
CMYK
RGB Variations
Color information
#1F280B (or 0x1F280B) is known color: Pine Tree. HEX triplet: 1F, 28 and 0B. RGB value is (31,40,11). Sum of RGB (Red+Green+Blue) = 31+40+11=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #1F280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F280B is #E0D7F4. Grayscale: #222222. Windows color (decimal): -14735349 or 731167. OLE color: 731167.
HSL color Cylindrical-coordinate representation of color #1F280B: hue angle of 78.62º degrees, saturation: 0.57, 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 #1F280B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 11 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.84 |
| HSL | 78.62º | 0.57% | 0.1% | - |
| HSV(B) | 78.62º | 0.73% | 0.16% | - |
| XYZ | 1.38 | 1.83 | 0.6 | - |
| YUV | 34 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 11 | 0.22 | 0 | 0.72 | 0.84 | 78.62 | 0.57 | 0.1 |
| Hex | 1F | 28 | B | 16 | 0 | 48 | 54 | 4F | 39 | A |
| Octal | 37 | 50 | 13 | 26 | 0 | 110 | 124 | 117 | 71 | 12 |
| Binary | 11111 | 101000 | 1011 | 10110 | 0 | 1001000 | 1010100 | 1001111 | 111001 | 1010 |
Color Harmonies of #1F280B
Complementary color
Monochromatic Colors of #1F280B
Black with #1F280B
Text Example
Text Example
White with #1F280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F280B; }
p { color: rgb(31,40,11); }
H1.HeaderClassName
{
color: #1F280B;
}
.AnyTagClassName
{
color: #1F280B;
}
</style>
background-color css
<style>
a { background-color: #1F280B; }
a { background-color: rgb(31,40,11); }
div.DivClassName
{
background-color: #1F280B;
}
.BgClassName
{
background-color: #1F280B;
}
</style>
border-color css
<style>
span { border-color: #1F280B; }
span { border-color: rgb(31,40,11); }
td.TdClassName
{
border-color: #1F280B;
}
.TagClassName
{
border-color: #1F280B;
}
</style>