Shades of Pine Tree #2F3822
Tints of Pine Tree #2F3822
RGB
CMYK
RGB Variations
Color information
#2F3822 (or 0x2F3822) is known color: Pine Tree. HEX triplet: 2F, 38 and 22. RGB value is (47,56,34). Sum of RGB (Red+Green+Blue) = 47+56+34=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3822 is #D0C7DD. Grayscale: #323232. Windows color (decimal): -13682654 or 2242607. OLE color: 2242607.
HSL color Cylindrical-coordinate representation of color #2F3822: hue angle of 84.55º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F3822 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 34 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.78 |
| HSL | 84.55º | 0.24% | 0.18% | - |
| HSV(B) | 84.55º | 0.39% | 0.22% | - |
| XYZ | 2.88 | 3.55 | 2.05 | - |
| YUV | 50.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 34 | 0.16 | 0 | 0.39 | 0.78 | 84.55 | 0.24 | 0.18 |
| Hex | 2F | 38 | 22 | 10 | 0 | 27 | 4E | 55 | 18 | 12 |
| Octal | 57 | 70 | 42 | 20 | 0 | 47 | 116 | 125 | 30 | 22 |
| Binary | 101111 | 111000 | 100010 | 10000 | 0 | 100111 | 1001110 | 1010101 | 11000 | 10010 |
Color Harmonies of #2F3822
Complementary color
Monochromatic Colors of #2F3822
Black with #2F3822
Text Example
Text Example
White with #2F3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3822; }
p { color: rgb(47,56,34); }
H1.HeaderClassName
{
color: #2F3822;
}
.AnyTagClassName
{
color: #2F3822;
}
</style>
background-color css
<style>
a { background-color: #2F3822; }
a { background-color: rgb(47,56,34); }
div.DivClassName
{
background-color: #2F3822;
}
.BgClassName
{
background-color: #2F3822;
}
</style>
border-color css
<style>
span { border-color: #2F3822; }
span { border-color: rgb(47,56,34); }
td.TdClassName
{
border-color: #2F3822;
}
.TagClassName
{
border-color: #2F3822;
}
</style>