Shades of Pine Tree #1F330D
Tints of Pine Tree #1F330D
RGB
CMYK
RGB Variations
Color information
#1F330D (or 0x1F330D) is known color: Pine Tree. HEX triplet: 1F, 33 and 0D. RGB value is (31,51,13). Sum of RGB (Red+Green+Blue) = 31+51+13=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #1F330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F330D is #E0CCF2. Grayscale: #282828. Windows color (decimal): -14732531 or 865055. OLE color: 865055.
HSL color Cylindrical-coordinate representation of color #1F330D: hue angle of 91.58º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F330D is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 13 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.8 |
| HSL | 91.58º | 0.59% | 0.13% | - |
| HSV(B) | 91.58º | 0.75% | 0.2% | - |
| XYZ | 1.82 | 2.69 | 0.8 | - |
| YUV | 40.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 13 | 0.39 | 0 | 0.75 | 0.8 | 91.58 | 0.59 | 0.13 |
| Hex | 1F | 33 | D | 27 | 0 | 4B | 50 | 5C | 3B | D |
| Octal | 37 | 63 | 15 | 47 | 0 | 113 | 120 | 134 | 73 | 15 |
| Binary | 11111 | 110011 | 1101 | 100111 | 0 | 1001011 | 1010000 | 1011100 | 111011 | 1101 |
Color Harmonies of #1F330D
Complementary color
Monochromatic Colors of #1F330D
Black with #1F330D
Text Example
Text Example
White with #1F330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F330D; }
p { color: rgb(31,51,13); }
H1.HeaderClassName
{
color: #1F330D;
}
.AnyTagClassName
{
color: #1F330D;
}
</style>
background-color css
<style>
a { background-color: #1F330D; }
a { background-color: rgb(31,51,13); }
div.DivClassName
{
background-color: #1F330D;
}
.BgClassName
{
background-color: #1F330D;
}
</style>
border-color css
<style>
span { border-color: #1F330D; }
span { border-color: rgb(31,51,13); }
td.TdClassName
{
border-color: #1F330D;
}
.TagClassName
{
border-color: #1F330D;
}
</style>