Shades of Pine Tree #2C351C
Tints of Pine Tree #2C351C
RGB
CMYK
RGB Variations
Color information
#2C351C (or 0x2C351C) is known color: Pine Tree. HEX triplet: 2C, 35 and 1C. RGB value is (44,53,28). Sum of RGB (Red+Green+Blue) = 44+53+28=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #2C351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C351C is #D3CAE3. Grayscale: #2F2F2F. Windows color (decimal): -13880036 or 1848620. OLE color: 1848620.
HSL color Cylindrical-coordinate representation of color #2C351C: hue angle of 81.6º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C351C is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 28 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.79 |
| HSL | 81.6º | 0.31% | 0.16% | - |
| HSV(B) | 81.6º | 0.47% | 0.21% | - |
| XYZ | 2.52 | 3.17 | 1.58 | - |
| YUV | 47.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 28 | 0.17 | 0 | 0.47 | 0.79 | 81.6 | 0.31 | 0.16 |
| Hex | 2C | 35 | 1C | 11 | 0 | 2F | 4F | 52 | 1F | 10 |
| Octal | 54 | 65 | 34 | 21 | 0 | 57 | 117 | 122 | 37 | 20 |
| Binary | 101100 | 110101 | 11100 | 10001 | 0 | 101111 | 1001111 | 1010010 | 11111 | 10000 |
Color Harmonies of #2C351C
Complementary color
Monochromatic Colors of #2C351C
Black with #2C351C
Text Example
Text Example
White with #2C351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C351C; }
p { color: rgb(44,53,28); }
H1.HeaderClassName
{
color: #2C351C;
}
.AnyTagClassName
{
color: #2C351C;
}
</style>
background-color css
<style>
a { background-color: #2C351C; }
a { background-color: rgb(44,53,28); }
div.DivClassName
{
background-color: #2C351C;
}
.BgClassName
{
background-color: #2C351C;
}
</style>
border-color css
<style>
span { border-color: #2C351C; }
span { border-color: rgb(44,53,28); }
td.TdClassName
{
border-color: #2C351C;
}
.TagClassName
{
border-color: #2C351C;
}
</style>