Shades of Pine Tree #1F340B
Tints of Pine Tree #1F340B
RGB
CMYK
RGB Variations
Color information
#1F340B (or 0x1F340B) is known color: Pine Tree. HEX triplet: 1F, 34 and 0B. RGB value is (31,52,11). Sum of RGB (Red+Green+Blue) = 31+52+11=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #1F340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F340B is #E0CBF4. Grayscale: #292929. Windows color (decimal): -14732277 or 734239. OLE color: 734239.
HSL color Cylindrical-coordinate representation of color #1F340B: hue angle of 90.73º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F340B is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 11 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.80 |
| HSL | 90.73º | 0.65% | 0.12% | - |
| HSV(B) | 90.73º | 0.79% | 0.2% | - |
| XYZ | 1.85 | 2.77 | 0.75 | - |
| YUV | 41.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 11 | 0.40 | 0 | 0.79 | 0.80 | 90.73 | 0.65 | 0.12 |
| Hex | 1F | 34 | B | 28 | 0 | 4F | 50 | 5B | 41 | C |
| Octal | 37 | 64 | 13 | 50 | 0 | 117 | 120 | 133 | 101 | 14 |
| Binary | 11111 | 110100 | 1011 | 101000 | 0 | 1001111 | 1010000 | 1011011 | 1000001 | 1100 |
Color Harmonies of #1F340B
Complementary color
Monochromatic Colors of #1F340B
Black with #1F340B
Text Example
Text Example
White with #1F340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F340B; }
p { color: rgb(31,52,11); }
H1.HeaderClassName
{
color: #1F340B;
}
.AnyTagClassName
{
color: #1F340B;
}
</style>
background-color css
<style>
a { background-color: #1F340B; }
a { background-color: rgb(31,52,11); }
div.DivClassName
{
background-color: #1F340B;
}
.BgClassName
{
background-color: #1F340B;
}
</style>
border-color css
<style>
span { border-color: #1F340B; }
span { border-color: rgb(31,52,11); }
td.TdClassName
{
border-color: #1F340B;
}
.TagClassName
{
border-color: #1F340B;
}
</style>