Shades of Pine Tree #2C371B
Tints of Pine Tree #2C371B
RGB
CMYK
RGB Variations
Color information
#2C371B (or 0x2C371B) is known color: Pine Tree. HEX triplet: 2C, 37 and 1B. RGB value is (44,55,27). Sum of RGB (Red+Green+Blue) = 44+55+27=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #2C371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C371B is #D3C8E4. Grayscale: #303030. Windows color (decimal): -13879525 or 1783596. OLE color: 1783596.
HSL color Cylindrical-coordinate representation of color #2C371B: hue angle of 83.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C371B is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 27 | - |
| CMYK | 0.2 | 0 | 0.51 | 0.78 |
| HSL | 83.57º | 0.34% | 0.16% | - |
| HSV(B) | 83.57º | 0.51% | 0.22% | - |
| XYZ | 2.6 | 3.35 | 1.55 | - |
| YUV | 48.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 27 | 0.2 | 0 | 0.51 | 0.78 | 83.57 | 0.34 | 0.16 |
| Hex | 2C | 37 | 1B | 14 | 0 | 33 | 4E | 54 | 22 | 10 |
| Octal | 54 | 67 | 33 | 24 | 0 | 63 | 116 | 124 | 42 | 20 |
| Binary | 101100 | 110111 | 11011 | 10100 | 0 | 110011 | 1001110 | 1010100 | 100010 | 10000 |
Color Harmonies of #2C371B
Complementary color
Monochromatic Colors of #2C371B
Black with #2C371B
Text Example
Text Example
White with #2C371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C371B; }
p { color: rgb(44,55,27); }
H1.HeaderClassName
{
color: #2C371B;
}
.AnyTagClassName
{
color: #2C371B;
}
</style>
background-color css
<style>
a { background-color: #2C371B; }
a { background-color: rgb(44,55,27); }
div.DivClassName
{
background-color: #2C371B;
}
.BgClassName
{
background-color: #2C371B;
}
</style>
border-color css
<style>
span { border-color: #2C371B; }
span { border-color: rgb(44,55,27); }
td.TdClassName
{
border-color: #2C371B;
}
.TagClassName
{
border-color: #2C371B;
}
</style>