Shades of Pine Tree #1F3802
Tints of Pine Tree #1F3802
RGB
CMYK
RGB Variations
Color information
#1F3802 (or 0x1F3802) is known color: Pine Tree. HEX triplet: 1F, 38 and 02. RGB value is (31,56,2). Sum of RGB (Red+Green+Blue) = 31+56+2=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3802 is #E0C7FD. Grayscale: #2A2A2A. Windows color (decimal): -14731262 or 145439. OLE color: 145439.
HSL color Cylindrical-coordinate representation of color #1F3802: hue angle of 87.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F3802 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 2 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.78 |
| HSL | 87.78º | 0.93% | 0.11% | - |
| HSV(B) | 87.78º | 0.96% | 0.22% | - |
| XYZ | 1.99 | 3.12 | 0.56 | - |
| YUV | 42.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 2 | 0.45 | 0 | 0.96 | 0.78 | 87.78 | 0.93 | 0.11 |
| Hex | 1F | 38 | 2 | 2D | 0 | 60 | 4E | 58 | 5D | B |
| Octal | 37 | 70 | 2 | 55 | 0 | 140 | 116 | 130 | 135 | 13 |
| Binary | 11111 | 111000 | 10 | 101101 | 0 | 1100000 | 1001110 | 1011000 | 1011101 | 1011 |
Color Harmonies of #1F3802
Complementary color
Monochromatic Colors of #1F3802
Black with #1F3802
Text Example
Text Example
White with #1F3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3802; }
p { color: rgb(31,56,2); }
H1.HeaderClassName
{
color: #1F3802;
}
.AnyTagClassName
{
color: #1F3802;
}
</style>
background-color css
<style>
a { background-color: #1F3802; }
a { background-color: rgb(31,56,2); }
div.DivClassName
{
background-color: #1F3802;
}
.BgClassName
{
background-color: #1F3802;
}
</style>
border-color css
<style>
span { border-color: #1F3802; }
span { border-color: rgb(31,56,2); }
td.TdClassName
{
border-color: #1F3802;
}
.TagClassName
{
border-color: #1F3802;
}
</style>