Shades of Pine Tree #2C3916
Tints of Pine Tree #2C3916
RGB
CMYK
RGB Variations
Color information
#2C3916 (or 0x2C3916) is known color: Pine Tree. HEX triplet: 2C, 39 and 16. RGB value is (44,57,22). Sum of RGB (Red+Green+Blue) = 44+57+22=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3916 is #D3C6E9. Grayscale: #313131. Windows color (decimal): -13879018 or 1456428. OLE color: 1456428.
HSL color Cylindrical-coordinate representation of color #2C3916: hue angle of 82.29º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C3916 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 22 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.78 |
| HSL | 82.29º | 0.44% | 0.15% | - |
| HSV(B) | 82.29º | 0.61% | 0.22% | - |
| XYZ | 2.65 | 3.52 | 1.3 | - |
| YUV | 49.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 22 | 0.23 | 0 | 0.61 | 0.78 | 82.29 | 0.44 | 0.15 |
| Hex | 2C | 39 | 16 | 17 | 0 | 3D | 4E | 52 | 2C | F |
| Octal | 54 | 71 | 26 | 27 | 0 | 75 | 116 | 122 | 54 | 17 |
| Binary | 101100 | 111001 | 10110 | 10111 | 0 | 111101 | 1001110 | 1010010 | 101100 | 1111 |
Color Harmonies of #2C3916
Complementary color
Monochromatic Colors of #2C3916
Black with #2C3916
Text Example
Text Example
White with #2C3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3916; }
p { color: rgb(44,57,22); }
H1.HeaderClassName
{
color: #2C3916;
}
.AnyTagClassName
{
color: #2C3916;
}
</style>
background-color css
<style>
a { background-color: #2C3916; }
a { background-color: rgb(44,57,22); }
div.DivClassName
{
background-color: #2C3916;
}
.BgClassName
{
background-color: #2C3916;
}
</style>
border-color css
<style>
span { border-color: #2C3916; }
span { border-color: rgb(44,57,22); }
td.TdClassName
{
border-color: #2C3916;
}
.TagClassName
{
border-color: #2C3916;
}
</style>