Shades of Pine Tree #1F330C
Tints of Pine Tree #1F330C
RGB
CMYK
RGB Variations
Color information
#1F330C (or 0x1F330C) is known color: Pine Tree. HEX triplet: 1F, 33 and 0C. RGB value is (31,51,12). Sum of RGB (Red+Green+Blue) = 31+51+12=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #1F330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F330C is #E0CCF3. Grayscale: #282828. Windows color (decimal): -14732532 or 799519. OLE color: 799519.
HSL color Cylindrical-coordinate representation of color #1F330C: hue angle of 90.77º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F330C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 12 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.8 |
| HSL | 90.77º | 0.62% | 0.12% | - |
| HSV(B) | 90.77º | 0.76% | 0.2% | - |
| XYZ | 1.82 | 2.69 | 0.77 | - |
| YUV | 40.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 12 | 0.39 | 0 | 0.76 | 0.8 | 90.77 | 0.62 | 0.12 |
| Hex | 1F | 33 | C | 27 | 0 | 4C | 50 | 5B | 3E | C |
| Octal | 37 | 63 | 14 | 47 | 0 | 114 | 120 | 133 | 76 | 14 |
| Binary | 11111 | 110011 | 1100 | 100111 | 0 | 1001100 | 1010000 | 1011011 | 111110 | 1100 |
Color Harmonies of #1F330C
Complementary color
Monochromatic Colors of #1F330C
Black with #1F330C
Text Example
Text Example
White with #1F330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F330C; }
p { color: rgb(31,51,12); }
H1.HeaderClassName
{
color: #1F330C;
}
.AnyTagClassName
{
color: #1F330C;
}
</style>
background-color css
<style>
a { background-color: #1F330C; }
a { background-color: rgb(31,51,12); }
div.DivClassName
{
background-color: #1F330C;
}
.BgClassName
{
background-color: #1F330C;
}
</style>
border-color css
<style>
span { border-color: #1F330C; }
span { border-color: rgb(31,51,12); }
td.TdClassName
{
border-color: #1F330C;
}
.TagClassName
{
border-color: #1F330C;
}
</style>