Shades of Pine Tree #2C3C16
Tints of Pine Tree #2C3C16
RGB
CMYK
RGB Variations
Color information
#2C3C16 (or 0x2C3C16) is known color: Pine Tree. HEX triplet: 2C, 3C and 16. RGB value is (44,60,22). Sum of RGB (Red+Green+Blue) = 44+60+22=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3C16 is #D3C3E9. Grayscale: #333333. Windows color (decimal): -13878250 or 1457196. OLE color: 1457196.
HSL color Cylindrical-coordinate representation of color #2C3C16: hue angle of 85.26º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3C16 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 60 | 22 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.76 |
| HSL | 85.26º | 0.46% | 0.16% | - |
| HSV(B) | 85.26º | 0.63% | 0.24% | - |
| XYZ | 2.8 | 3.83 | 1.35 | - |
| YUV | 50.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 22 | 0.27 | 0 | 0.63 | 0.76 | 85.26 | 0.46 | 0.16 |
| Hex | 2C | 3C | 16 | 1B | 0 | 3F | 4C | 55 | 2E | 10 |
| Octal | 54 | 74 | 26 | 33 | 0 | 77 | 114 | 125 | 56 | 20 |
| Binary | 101100 | 111100 | 10110 | 11011 | 0 | 111111 | 1001100 | 1010101 | 101110 | 10000 |
Color Harmonies of #2C3C16
Complementary color
Monochromatic Colors of #2C3C16
Black with #2C3C16
Text Example
Text Example
White with #2C3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C16; }
p { color: rgb(44,60,22); }
H1.HeaderClassName
{
color: #2C3C16;
}
.AnyTagClassName
{
color: #2C3C16;
}
</style>
background-color css
<style>
a { background-color: #2C3C16; }
a { background-color: rgb(44,60,22); }
div.DivClassName
{
background-color: #2C3C16;
}
.BgClassName
{
background-color: #2C3C16;
}
</style>
border-color css
<style>
span { border-color: #2C3C16; }
span { border-color: rgb(44,60,22); }
td.TdClassName
{
border-color: #2C3C16;
}
.TagClassName
{
border-color: #2C3C16;
}
</style>