Shades of Pine Tree #2C351D
Tints of Pine Tree #2C351D
RGB
CMYK
RGB Variations
Color information
#2C351D (or 0x2C351D) is known color: Pine Tree. HEX triplet: 2C, 35 and 1D. RGB value is (44,53,29). Sum of RGB (Red+Green+Blue) = 44+53+29=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #2C351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C351D is #D3CAE2. Grayscale: #2F2F2F. Windows color (decimal): -13880035 or 1914156. OLE color: 1914156.
HSL color Cylindrical-coordinate representation of color #2C351D: hue angle of 82.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C351D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 29 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.79 |
| HSL | 82.5º | 0.29% | 0.16% | - |
| HSV(B) | 82.5º | 0.45% | 0.21% | - |
| XYZ | 2.53 | 3.17 | 1.64 | - |
| YUV | 47.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 29 | 0.17 | 0 | 0.45 | 0.79 | 82.5 | 0.29 | 0.16 |
| Hex | 2C | 35 | 1D | 11 | 0 | 2D | 4F | 52 | 1D | 10 |
| Octal | 54 | 65 | 35 | 21 | 0 | 55 | 117 | 122 | 35 | 20 |
| Binary | 101100 | 110101 | 11101 | 10001 | 0 | 101101 | 1001111 | 1010010 | 11101 | 10000 |
Color Harmonies of #2C351D
Complementary color
Monochromatic Colors of #2C351D
Black with #2C351D
Text Example
Text Example
White with #2C351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C351D; }
p { color: rgb(44,53,29); }
H1.HeaderClassName
{
color: #2C351D;
}
.AnyTagClassName
{
color: #2C351D;
}
</style>
background-color css
<style>
a { background-color: #2C351D; }
a { background-color: rgb(44,53,29); }
div.DivClassName
{
background-color: #2C351D;
}
.BgClassName
{
background-color: #2C351D;
}
</style>
border-color css
<style>
span { border-color: #2C351D; }
span { border-color: rgb(44,53,29); }
td.TdClassName
{
border-color: #2C351D;
}
.TagClassName
{
border-color: #2C351D;
}
</style>