Shades of Pine Tree #1F350D
Tints of Pine Tree #1F350D
RGB
CMYK
RGB Variations
Color information
#1F350D (or 0x1F350D) is known color: Pine Tree. HEX triplet: 1F, 35 and 0D. RGB value is (31,53,13). Sum of RGB (Red+Green+Blue) = 31+53+13=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #1F350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F350D is #E0CAF2. Grayscale: #2A2A2A. Windows color (decimal): -14732019 or 865567. OLE color: 865567.
HSL color Cylindrical-coordinate representation of color #1F350D: hue angle of 93º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F350D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 53 | 13 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.79 |
| HSL | 93º | 0.61% | 0.13% | - |
| HSV(B) | 93º | 0.75% | 0.21% | - |
| XYZ | 1.91 | 2.87 | 0.83 | - |
| YUV | 41.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 13 | 0.42 | 0 | 0.75 | 0.79 | 93 | 0.61 | 0.13 |
| Hex | 1F | 35 | D | 2A | 0 | 4B | 4F | 5D | 3D | D |
| Octal | 37 | 65 | 15 | 52 | 0 | 113 | 117 | 135 | 75 | 15 |
| Binary | 11111 | 110101 | 1101 | 101010 | 0 | 1001011 | 1001111 | 1011101 | 111101 | 1101 |
Color Harmonies of #1F350D
Complementary color
Monochromatic Colors of #1F350D
Black with #1F350D
Text Example
Text Example
White with #1F350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F350D; }
p { color: rgb(31,53,13); }
H1.HeaderClassName
{
color: #1F350D;
}
.AnyTagClassName
{
color: #1F350D;
}
</style>
background-color css
<style>
a { background-color: #1F350D; }
a { background-color: rgb(31,53,13); }
div.DivClassName
{
background-color: #1F350D;
}
.BgClassName
{
background-color: #1F350D;
}
</style>
border-color css
<style>
span { border-color: #1F350D; }
span { border-color: rgb(31,53,13); }
td.TdClassName
{
border-color: #1F350D;
}
.TagClassName
{
border-color: #1F350D;
}
</style>