Shades of Pine Tree #2F3721
Tints of Pine Tree #2F3721
RGB
CMYK
RGB Variations
Color information
#2F3721 (or 0x2F3721) is known color: Pine Tree. HEX triplet: 2F, 37 and 21. RGB value is (47,55,33). Sum of RGB (Red+Green+Blue) = 47+55+33=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3721 is #D0C8DE. Grayscale: #323232. Windows color (decimal): -13682911 or 2176815. OLE color: 2176815.
HSL color Cylindrical-coordinate representation of color #2F3721: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F3721 is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
RGB | 47 | 55 | 33 | - |
CMYK | 0.15 | 0 | 0.4 | 0.78 |
HSL | 81.82º | 0.25% | 0.17% | - |
HSV(B) | 81.82º | 0.4% | 0.22% | - |
XYZ | 2.81 | 3.45 | 1.96 | - |
YUV | 50.1 | 118.35 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 55 | 33 | 0.15 | 0 | 0.4 | 0.78 | 81.82 | 0.25 | 0.17 |
Hex | 2F | 37 | 21 | F | 0 | 28 | 4E | 52 | 19 | 11 |
Octal | 57 | 67 | 41 | 17 | 0 | 50 | 116 | 122 | 31 | 21 |
Binary | 101111 | 110111 | 100001 | 1111 | 0 | 101000 | 1001110 | 1010010 | 11001 | 10001 |
Color Harmonies of #2F3721
Complementary color
Monochromatic Colors of #2F3721
Black with #2F3721
Text Example
Text Example
White with #2F3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3721; }
p { color: rgb(47,55,33); }
H1.HeaderClassName
{
color: #2F3721;
}
.AnyTagClassName
{
color: #2F3721;
}
</style>
background-color css
<style>
a { background-color: #2F3721; }
a { background-color: rgb(47,55,33); }
div.DivClassName
{
background-color: #2F3721;
}
.BgClassName
{
background-color: #2F3721;
}
</style>
border-color css
<style>
span { border-color: #2F3721; }
span { border-color: rgb(47,55,33); }
td.TdClassName
{
border-color: #2F3721;
}
.TagClassName
{
border-color: #2F3721;
}
</style>