Shades of Pine Tree #2C341D
Tints of Pine Tree #2C341D
RGB
CMYK
RGB Variations
Color information
#2C341D (or 0x2C341D) is known color: Pine Tree. HEX triplet: 2C, 34 and 1D. RGB value is (44,52,29). Sum of RGB (Red+Green+Blue) = 44+52+29=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #2C341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C341D is #D3CBE2. Grayscale: #2F2F2F. Windows color (decimal): -13880291 or 1913900. OLE color: 1913900.
HSL color Cylindrical-coordinate representation of color #2C341D: hue angle of 80.87º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C341D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 29 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.80 |
| HSL | 80.87º | 0.28% | 0.16% | - |
| HSV(B) | 80.87º | 0.44% | 0.2% | - |
| XYZ | 2.49 | 3.08 | 1.63 | - |
| YUV | 46.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 29 | 0.15 | 0 | 0.44 | 0.80 | 80.87 | 0.28 | 0.16 |
| Hex | 2C | 34 | 1D | F | 0 | 2C | 50 | 51 | 1C | 10 |
| Octal | 54 | 64 | 35 | 17 | 0 | 54 | 120 | 121 | 34 | 20 |
| Binary | 101100 | 110100 | 11101 | 1111 | 0 | 101100 | 1010000 | 1010001 | 11100 | 10000 |
Color Harmonies of #2C341D
Complementary color
Monochromatic Colors of #2C341D
Black with #2C341D
Text Example
Text Example
White with #2C341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C341D; }
p { color: rgb(44,52,29); }
H1.HeaderClassName
{
color: #2C341D;
}
.AnyTagClassName
{
color: #2C341D;
}
</style>
background-color css
<style>
a { background-color: #2C341D; }
a { background-color: rgb(44,52,29); }
div.DivClassName
{
background-color: #2C341D;
}
.BgClassName
{
background-color: #2C341D;
}
</style>
border-color css
<style>
span { border-color: #2C341D; }
span { border-color: rgb(44,52,29); }
td.TdClassName
{
border-color: #2C341D;
}
.TagClassName
{
border-color: #2C341D;
}
</style>