Shades of Pine Tree #1F2807
Tints of Pine Tree #1F2807
RGB
CMYK
RGB Variations
Color information
#1F2807 (or 0x1F2807) is known color: Pine Tree. HEX triplet: 1F, 28 and 07. RGB value is (31,40,7). Sum of RGB (Red+Green+Blue) = 31+40+7=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2807 is #E0D7F8. Grayscale: #212121. Windows color (decimal): -14735353 or 469023. OLE color: 469023.
HSL color Cylindrical-coordinate representation of color #1F2807: hue angle of 76.36º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F2807 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 7 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.84 |
| HSL | 76.36º | 0.7% | 0.09% | - |
| HSV(B) | 76.36º | 0.83% | 0.16% | - |
| XYZ | 1.36 | 1.82 | 0.48 | - |
| YUV | 33.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 7 | 0.22 | 0 | 0.83 | 0.84 | 76.36 | 0.7 | 0.09 |
| Hex | 1F | 28 | 7 | 16 | 0 | 53 | 54 | 4C | 46 | 9 |
| Octal | 37 | 50 | 7 | 26 | 0 | 123 | 124 | 114 | 106 | 11 |
| Binary | 11111 | 101000 | 111 | 10110 | 0 | 1010011 | 1010100 | 1001100 | 1000110 | 1001 |
Color Harmonies of #1F2807
Complementary color
Monochromatic Colors of #1F2807
Black with #1F2807
Text Example
Text Example
White with #1F2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2807; }
p { color: rgb(31,40,7); }
H1.HeaderClassName
{
color: #1F2807;
}
.AnyTagClassName
{
color: #1F2807;
}
</style>
background-color css
<style>
a { background-color: #1F2807; }
a { background-color: rgb(31,40,7); }
div.DivClassName
{
background-color: #1F2807;
}
.BgClassName
{
background-color: #1F2807;
}
</style>
border-color css
<style>
span { border-color: #1F2807; }
span { border-color: rgb(31,40,7); }
td.TdClassName
{
border-color: #1F2807;
}
.TagClassName
{
border-color: #1F2807;
}
</style>