Shades of Pine Tree #1F360C
Tints of Pine Tree #1F360C
RGB
CMYK
RGB Variations
Color information
#1F360C (or 0x1F360C) is known color: Pine Tree. HEX triplet: 1F, 36 and 0C. RGB value is (31,54,12). Sum of RGB (Red+Green+Blue) = 31+54+12=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #1F360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F360C is #E0C9F3. Grayscale: #2A2A2A. Windows color (decimal): -14731764 or 800287. OLE color: 800287.
HSL color Cylindrical-coordinate representation of color #1F360C: hue angle of 92.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F360C is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 12 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.79 |
| HSL | 92.86º | 0.64% | 0.13% | - |
| HSV(B) | 92.86º | 0.78% | 0.21% | - |
| XYZ | 1.95 | 2.96 | 0.82 | - |
| YUV | 42.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 12 | 0.43 | 0 | 0.78 | 0.79 | 92.86 | 0.64 | 0.13 |
| Hex | 1F | 36 | C | 2B | 0 | 4E | 4F | 5D | 40 | D |
| Octal | 37 | 66 | 14 | 53 | 0 | 116 | 117 | 135 | 100 | 15 |
| Binary | 11111 | 110110 | 1100 | 101011 | 0 | 1001110 | 1001111 | 1011101 | 1000000 | 1101 |
Color Harmonies of #1F360C
Complementary color
Monochromatic Colors of #1F360C
Black with #1F360C
Text Example
Text Example
White with #1F360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F360C; }
p { color: rgb(31,54,12); }
H1.HeaderClassName
{
color: #1F360C;
}
.AnyTagClassName
{
color: #1F360C;
}
</style>
background-color css
<style>
a { background-color: #1F360C; }
a { background-color: rgb(31,54,12); }
div.DivClassName
{
background-color: #1F360C;
}
.BgClassName
{
background-color: #1F360C;
}
</style>
border-color css
<style>
span { border-color: #1F360C; }
span { border-color: rgb(31,54,12); }
td.TdClassName
{
border-color: #1F360C;
}
.TagClassName
{
border-color: #1F360C;
}
</style>