Shades of Pine Tree #1F3102
Tints of Pine Tree #1F3102
RGB
CMYK
RGB Variations
Color information
#1F3102 (or 0x1F3102) is known color: Pine Tree. HEX triplet: 1F, 31 and 02. RGB value is (31,49,2). Sum of RGB (Red+Green+Blue) = 31+49+2=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3102 is #E0CEFD. Grayscale: #262626. Windows color (decimal): -14733054 or 143647. OLE color: 143647.
HSL color Cylindrical-coordinate representation of color #1F3102: hue angle of 82.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F3102 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 2 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.81 |
| HSL | 82.98º | 0.92% | 0.1% | - |
| HSV(B) | 82.98º | 0.96% | 0.19% | - |
| XYZ | 1.67 | 2.49 | 0.45 | - |
| YUV | 38.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 2 | 0.37 | 0 | 0.96 | 0.81 | 82.98 | 0.92 | 0.1 |
| Hex | 1F | 31 | 2 | 25 | 0 | 60 | 51 | 53 | 5C | A |
| Octal | 37 | 61 | 2 | 45 | 0 | 140 | 121 | 123 | 134 | 12 |
| Binary | 11111 | 110001 | 10 | 100101 | 0 | 1100000 | 1010001 | 1010011 | 1011100 | 1010 |
Color Harmonies of #1F3102
Complementary color
Monochromatic Colors of #1F3102
Black with #1F3102
Text Example
Text Example
White with #1F3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3102; }
p { color: rgb(31,49,2); }
H1.HeaderClassName
{
color: #1F3102;
}
.AnyTagClassName
{
color: #1F3102;
}
</style>
background-color css
<style>
a { background-color: #1F3102; }
a { background-color: rgb(31,49,2); }
div.DivClassName
{
background-color: #1F3102;
}
.BgClassName
{
background-color: #1F3102;
}
</style>
border-color css
<style>
span { border-color: #1F3102; }
span { border-color: rgb(31,49,2); }
td.TdClassName
{
border-color: #1F3102;
}
.TagClassName
{
border-color: #1F3102;
}
</style>