Shades of Pine Tree #1F3402
Tints of Pine Tree #1F3402
RGB
CMYK
RGB Variations
Color information
#1F3402 (or 0x1F3402) is known color: Pine Tree. HEX triplet: 1F, 34 and 02. RGB value is (31,52,2). Sum of RGB (Red+Green+Blue) = 31+52+2=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3402 is #E0CBFD. Grayscale: #282828. Windows color (decimal): -14732286 or 144415. OLE color: 144415.
HSL color Cylindrical-coordinate representation of color #1F3402: hue angle of 85.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F3402 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 2 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.80 |
| HSL | 85.2º | 0.93% | 0.11% | - |
| HSV(B) | 85.2º | 0.96% | 0.2% | - |
| XYZ | 1.8 | 2.75 | 0.49 | - |
| YUV | 40.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 2 | 0.40 | 0 | 0.96 | 0.80 | 85.2 | 0.93 | 0.11 |
| Hex | 1F | 34 | 2 | 28 | 0 | 60 | 50 | 55 | 5D | B |
| Octal | 37 | 64 | 2 | 50 | 0 | 140 | 120 | 125 | 135 | 13 |
| Binary | 11111 | 110100 | 10 | 101000 | 0 | 1100000 | 1010000 | 1010101 | 1011101 | 1011 |
Color Harmonies of #1F3402
Complementary color
Monochromatic Colors of #1F3402
Black with #1F3402
Text Example
Text Example
White with #1F3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3402; }
p { color: rgb(31,52,2); }
H1.HeaderClassName
{
color: #1F3402;
}
.AnyTagClassName
{
color: #1F3402;
}
</style>
background-color css
<style>
a { background-color: #1F3402; }
a { background-color: rgb(31,52,2); }
div.DivClassName
{
background-color: #1F3402;
}
.BgClassName
{
background-color: #1F3402;
}
</style>
border-color css
<style>
span { border-color: #1F3402; }
span { border-color: rgb(31,52,2); }
td.TdClassName
{
border-color: #1F3402;
}
.TagClassName
{
border-color: #1F3402;
}
</style>