Shades of Pine Tree #2C391C
Tints of Pine Tree #2C391C
RGB
CMYK
RGB Variations
Color information
#2C391C (or 0x2C391C) is known color: Pine Tree. HEX triplet: 2C, 39 and 1C. RGB value is (44,57,28). Sum of RGB (Red+Green+Blue) = 44+57+28=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #2C391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C391C is #D3C6E3. Grayscale: #313131. Windows color (decimal): -13879012 or 1849644. OLE color: 1849644.
HSL color Cylindrical-coordinate representation of color #2C391C: hue angle of 86.9º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C391C is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 28 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.78 |
| HSL | 86.9º | 0.34% | 0.17% | - |
| HSV(B) | 86.9º | 0.51% | 0.22% | - |
| XYZ | 2.71 | 3.55 | 1.64 | - |
| YUV | 49.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 28 | 0.23 | 0 | 0.51 | 0.78 | 86.9 | 0.34 | 0.17 |
| Hex | 2C | 39 | 1C | 17 | 0 | 33 | 4E | 57 | 22 | 11 |
| Octal | 54 | 71 | 34 | 27 | 0 | 63 | 116 | 127 | 42 | 21 |
| Binary | 101100 | 111001 | 11100 | 10111 | 0 | 110011 | 1001110 | 1010111 | 100010 | 10001 |
Color Harmonies of #2C391C
Complementary color
Monochromatic Colors of #2C391C
Black with #2C391C
Text Example
Text Example
White with #2C391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C391C; }
p { color: rgb(44,57,28); }
H1.HeaderClassName
{
color: #2C391C;
}
.AnyTagClassName
{
color: #2C391C;
}
</style>
background-color css
<style>
a { background-color: #2C391C; }
a { background-color: rgb(44,57,28); }
div.DivClassName
{
background-color: #2C391C;
}
.BgClassName
{
background-color: #2C391C;
}
</style>
border-color css
<style>
span { border-color: #2C391C; }
span { border-color: rgb(44,57,28); }
td.TdClassName
{
border-color: #2C391C;
}
.TagClassName
{
border-color: #2C391C;
}
</style>