Shades of Pine Tree #2F3921
Tints of Pine Tree #2F3921
RGB
CMYK
RGB Variations
Color information
#2F3921 (or 0x2F3921) is known color: Pine Tree. HEX triplet: 2F, 39 and 21. RGB value is (47,57,33). Sum of RGB (Red+Green+Blue) = 47+57+33=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3921 is #D0C6DE. Grayscale: #333333. Windows color (decimal): -13682399 or 2177327. OLE color: 2177327.
HSL color Cylindrical-coordinate representation of color #2F3921: hue angle of 85º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F3921 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 33 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.78 |
| HSL | 85º | 0.27% | 0.18% | - |
| HSV(B) | 85º | 0.42% | 0.22% | - |
| XYZ | 2.91 | 3.64 | 1.99 | - |
| YUV | 51.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 33 | 0.18 | 0 | 0.42 | 0.78 | 85 | 0.27 | 0.18 |
| Hex | 2F | 39 | 21 | 12 | 0 | 2A | 4E | 55 | 1B | 12 |
| Octal | 57 | 71 | 41 | 22 | 0 | 52 | 116 | 125 | 33 | 22 |
| Binary | 101111 | 111001 | 100001 | 10010 | 0 | 101010 | 1001110 | 1010101 | 11011 | 10010 |
Color Harmonies of #2F3921
Complementary color
Monochromatic Colors of #2F3921
Black with #2F3921
Text Example
Text Example
White with #2F3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3921; }
p { color: rgb(47,57,33); }
H1.HeaderClassName
{
color: #2F3921;
}
.AnyTagClassName
{
color: #2F3921;
}
</style>
background-color css
<style>
a { background-color: #2F3921; }
a { background-color: rgb(47,57,33); }
div.DivClassName
{
background-color: #2F3921;
}
.BgClassName
{
background-color: #2F3921;
}
</style>
border-color css
<style>
span { border-color: #2F3921; }
span { border-color: rgb(47,57,33); }
td.TdClassName
{
border-color: #2F3921;
}
.TagClassName
{
border-color: #2F3921;
}
</style>