Shades of Pine Tree #1F350B
Tints of Pine Tree #1F350B
RGB
CMYK
RGB Variations
Color information
#1F350B (or 0x1F350B) is known color: Pine Tree. HEX triplet: 1F, 35 and 0B. RGB value is (31,53,11). Sum of RGB (Red+Green+Blue) = 31+53+11=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #1F350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F350B is #E0CAF4. Grayscale: #292929. Windows color (decimal): -14732021 or 734495. OLE color: 734495.
HSL color Cylindrical-coordinate representation of color #1F350B: hue angle of 91.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F350B is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 53 | 11 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.79 |
| HSL | 91.43º | 0.66% | 0.13% | - |
| HSV(B) | 91.43º | 0.79% | 0.21% | - |
| XYZ | 1.9 | 2.86 | 0.77 | - |
| YUV | 41.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 11 | 0.42 | 0 | 0.79 | 0.79 | 91.43 | 0.66 | 0.13 |
| Hex | 1F | 35 | B | 2A | 0 | 4F | 4F | 5B | 42 | D |
| Octal | 37 | 65 | 13 | 52 | 0 | 117 | 117 | 133 | 102 | 15 |
| Binary | 11111 | 110101 | 1011 | 101010 | 0 | 1001111 | 1001111 | 1011011 | 1000010 | 1101 |
Color Harmonies of #1F350B
Complementary color
Monochromatic Colors of #1F350B
Black with #1F350B
Text Example
Text Example
White with #1F350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F350B; }
p { color: rgb(31,53,11); }
H1.HeaderClassName
{
color: #1F350B;
}
.AnyTagClassName
{
color: #1F350B;
}
</style>
background-color css
<style>
a { background-color: #1F350B; }
a { background-color: rgb(31,53,11); }
div.DivClassName
{
background-color: #1F350B;
}
.BgClassName
{
background-color: #1F350B;
}
</style>
border-color css
<style>
span { border-color: #1F350B; }
span { border-color: rgb(31,53,11); }
td.TdClassName
{
border-color: #1F350B;
}
.TagClassName
{
border-color: #1F350B;
}
</style>