Shades of Pine Tree #2F3824
Tints of Pine Tree #2F3824
RGB
CMYK
RGB Variations
Color information
#2F3824 (or 0x2F3824) is known color: Pine Tree. HEX triplet: 2F, 38 and 24. RGB value is (47,56,36). Sum of RGB (Red+Green+Blue) = 47+56+36=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3824 is #D0C7DB. Grayscale: #333333. Windows color (decimal): -13682652 or 2373679. OLE color: 2373679.
HSL color Cylindrical-coordinate representation of color #2F3824: hue angle of 87º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F3824 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 36 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.78 |
| HSL | 87º | 0.22% | 0.18% | - |
| HSV(B) | 87º | 0.36% | 0.22% | - |
| XYZ | 2.9 | 3.56 | 2.2 | - |
| YUV | 51.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 36 | 0.16 | 0 | 0.36 | 0.78 | 87 | 0.22 | 0.18 |
| Hex | 2F | 38 | 24 | 10 | 0 | 24 | 4E | 57 | 16 | 12 |
| Octal | 57 | 70 | 44 | 20 | 0 | 44 | 116 | 127 | 26 | 22 |
| Binary | 101111 | 111000 | 100100 | 10000 | 0 | 100100 | 1001110 | 1010111 | 10110 | 10010 |
Color Harmonies of #2F3824
Complementary color
Monochromatic Colors of #2F3824
Black with #2F3824
Text Example
Text Example
White with #2F3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3824; }
p { color: rgb(47,56,36); }
H1.HeaderClassName
{
color: #2F3824;
}
.AnyTagClassName
{
color: #2F3824;
}
</style>
background-color css
<style>
a { background-color: #2F3824; }
a { background-color: rgb(47,56,36); }
div.DivClassName
{
background-color: #2F3824;
}
.BgClassName
{
background-color: #2F3824;
}
</style>
border-color css
<style>
span { border-color: #2F3824; }
span { border-color: rgb(47,56,36); }
td.TdClassName
{
border-color: #2F3824;
}
.TagClassName
{
border-color: #2F3824;
}
</style>