Shades of Pine Tree #2C3D16
Tints of Pine Tree #2C3D16
RGB
CMYK
RGB Variations
Color information
#2C3D16 (or 0x2C3D16) is known color: Pine Tree. HEX triplet: 2C, 3D and 16. RGB value is (44,61,22). Sum of RGB (Red+Green+Blue) = 44+61+22=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3D16 is #D3C2E9. Grayscale: #333333. Windows color (decimal): -13877994 or 1457452. OLE color: 1457452.
HSL color Cylindrical-coordinate representation of color #2C3D16: hue angle of 86.15º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C3D16 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 22 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.76 |
| HSL | 86.15º | 0.47% | 0.16% | - |
| HSV(B) | 86.15º | 0.64% | 0.24% | - |
| XYZ | 2.85 | 3.93 | 1.37 | - |
| YUV | 51.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 22 | 0.28 | 0 | 0.64 | 0.76 | 86.15 | 0.47 | 0.16 |
| Hex | 2C | 3D | 16 | 1C | 0 | 40 | 4C | 56 | 2F | 10 |
| Octal | 54 | 75 | 26 | 34 | 0 | 100 | 114 | 126 | 57 | 20 |
| Binary | 101100 | 111101 | 10110 | 11100 | 0 | 1000000 | 1001100 | 1010110 | 101111 | 10000 |
Color Harmonies of #2C3D16
Complementary color
Monochromatic Colors of #2C3D16
Black with #2C3D16
Text Example
Text Example
White with #2C3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D16; }
p { color: rgb(44,61,22); }
H1.HeaderClassName
{
color: #2C3D16;
}
.AnyTagClassName
{
color: #2C3D16;
}
</style>
background-color css
<style>
a { background-color: #2C3D16; }
a { background-color: rgb(44,61,22); }
div.DivClassName
{
background-color: #2C3D16;
}
.BgClassName
{
background-color: #2C3D16;
}
</style>
border-color css
<style>
span { border-color: #2C3D16; }
span { border-color: rgb(44,61,22); }
td.TdClassName
{
border-color: #2C3D16;
}
.TagClassName
{
border-color: #2C3D16;
}
</style>