Shades of Pine Tree #1F3405
Tints of Pine Tree #1F3405
RGB
CMYK
RGB Variations
Color information
#1F3405 (or 0x1F3405) is known color: Pine Tree. HEX triplet: 1F, 34 and 05. RGB value is (31,52,5). Sum of RGB (Red+Green+Blue) = 31+52+5=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3405 is #E0CBFA. Grayscale: #282828. Windows color (decimal): -14732283 or 341023. OLE color: 341023.
HSL color Cylindrical-coordinate representation of color #1F3405: hue angle of 86.81º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F3405 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 5 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.80 |
| HSL | 86.81º | 0.82% | 0.11% | - |
| HSV(B) | 86.81º | 0.9% | 0.2% | - |
| XYZ | 1.82 | 2.76 | 0.58 | - |
| YUV | 40.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 5 | 0.40 | 0 | 0.90 | 0.80 | 86.81 | 0.82 | 0.11 |
| Hex | 1F | 34 | 5 | 28 | 0 | 5A | 50 | 57 | 52 | B |
| Octal | 37 | 64 | 5 | 50 | 0 | 132 | 120 | 127 | 122 | 13 |
| Binary | 11111 | 110100 | 101 | 101000 | 0 | 1011010 | 1010000 | 1010111 | 1010010 | 1011 |
Color Harmonies of #1F3405
Complementary color
Monochromatic Colors of #1F3405
Black with #1F3405
Text Example
Text Example
White with #1F3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3405; }
p { color: rgb(31,52,5); }
H1.HeaderClassName
{
color: #1F3405;
}
.AnyTagClassName
{
color: #1F3405;
}
</style>
background-color css
<style>
a { background-color: #1F3405; }
a { background-color: rgb(31,52,5); }
div.DivClassName
{
background-color: #1F3405;
}
.BgClassName
{
background-color: #1F3405;
}
</style>
border-color css
<style>
span { border-color: #1F3405; }
span { border-color: rgb(31,52,5); }
td.TdClassName
{
border-color: #1F3405;
}
.TagClassName
{
border-color: #1F3405;
}
</style>