Shades of Pine Tree #1F3302
Tints of Pine Tree #1F3302
RGB
CMYK
RGB Variations
Color information
#1F3302 (or 0x1F3302) is known color: Pine Tree. HEX triplet: 1F, 33 and 02. RGB value is (31,51,2). Sum of RGB (Red+Green+Blue) = 31+51+2=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3302 is #E0CCFD. Grayscale: #272727. Windows color (decimal): -14732542 or 144159. OLE color: 144159.
HSL color Cylindrical-coordinate representation of color #1F3302: hue angle of 84.49º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F3302 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 2 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.8 |
| HSL | 84.49º | 0.92% | 0.1% | - |
| HSV(B) | 84.49º | 0.96% | 0.2% | - |
| XYZ | 1.76 | 2.66 | 0.48 | - |
| YUV | 39.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 2 | 0.39 | 0 | 0.96 | 0.8 | 84.49 | 0.92 | 0.1 |
| Hex | 1F | 33 | 2 | 27 | 0 | 60 | 50 | 54 | 5C | A |
| Octal | 37 | 63 | 2 | 47 | 0 | 140 | 120 | 124 | 134 | 12 |
| Binary | 11111 | 110011 | 10 | 100111 | 0 | 1100000 | 1010000 | 1010100 | 1011100 | 1010 |
Color Harmonies of #1F3302
Complementary color
Monochromatic Colors of #1F3302
Black with #1F3302
Text Example
Text Example
White with #1F3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3302; }
p { color: rgb(31,51,2); }
H1.HeaderClassName
{
color: #1F3302;
}
.AnyTagClassName
{
color: #1F3302;
}
</style>
background-color css
<style>
a { background-color: #1F3302; }
a { background-color: rgb(31,51,2); }
div.DivClassName
{
background-color: #1F3302;
}
.BgClassName
{
background-color: #1F3302;
}
</style>
border-color css
<style>
span { border-color: #1F3302; }
span { border-color: rgb(31,51,2); }
td.TdClassName
{
border-color: #1F3302;
}
.TagClassName
{
border-color: #1F3302;
}
</style>