Shades of Pine Tree #1F3202
Tints of Pine Tree #1F3202
RGB
CMYK
RGB Variations
Color information
#1F3202 (or 0x1F3202) is known color: Pine Tree. HEX triplet: 1F, 32 and 02. RGB value is (31,50,2). Sum of RGB (Red+Green+Blue) = 31+50+2=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3202 is #E0CDFD. Grayscale: #272727. Windows color (decimal): -14732798 or 143903. OLE color: 143903.
HSL color Cylindrical-coordinate representation of color #1F3202: hue angle of 83.75º 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 #1F3202 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 2 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.80 |
| HSL | 83.75º | 0.92% | 0.1% | - |
| HSV(B) | 83.75º | 0.96% | 0.2% | - |
| XYZ | 1.72 | 2.58 | 0.46 | - |
| YUV | 38.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 2 | 0.38 | 0 | 0.96 | 0.80 | 83.75 | 0.92 | 0.1 |
| Hex | 1F | 32 | 2 | 26 | 0 | 60 | 50 | 54 | 5C | A |
| Octal | 37 | 62 | 2 | 46 | 0 | 140 | 120 | 124 | 134 | 12 |
| Binary | 11111 | 110010 | 10 | 100110 | 0 | 1100000 | 1010000 | 1010100 | 1011100 | 1010 |
Color Harmonies of #1F3202
Complementary color
Monochromatic Colors of #1F3202
Black with #1F3202
Text Example
Text Example
White with #1F3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3202; }
p { color: rgb(31,50,2); }
H1.HeaderClassName
{
color: #1F3202;
}
.AnyTagClassName
{
color: #1F3202;
}
</style>
background-color css
<style>
a { background-color: #1F3202; }
a { background-color: rgb(31,50,2); }
div.DivClassName
{
background-color: #1F3202;
}
.BgClassName
{
background-color: #1F3202;
}
</style>
border-color css
<style>
span { border-color: #1F3202; }
span { border-color: rgb(31,50,2); }
td.TdClassName
{
border-color: #1F3202;
}
.TagClassName
{
border-color: #1F3202;
}
</style>