Shades of Pine Tree #2C361E
Tints of Pine Tree #2C361E
RGB
CMYK
RGB Variations
Color information
#2C361E (or 0x2C361E) is known color: Pine Tree. HEX triplet: 2C, 36 and 1E. RGB value is (44,54,30). Sum of RGB (Red+Green+Blue) = 44+54+30=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #2C361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C361E is #D3C9E1. Grayscale: #303030. Windows color (decimal): -13879778 or 1979948. OLE color: 1979948.
HSL color Cylindrical-coordinate representation of color #2C361E: hue angle of 85º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C361E is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 30 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.79 |
| HSL | 85º | 0.29% | 0.16% | - |
| HSV(B) | 85º | 0.44% | 0.21% | - |
| XYZ | 2.59 | 3.27 | 1.72 | - |
| YUV | 48.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 30 | 0.19 | 0 | 0.44 | 0.79 | 85 | 0.29 | 0.16 |
| Hex | 2C | 36 | 1E | 13 | 0 | 2C | 4F | 55 | 1D | 10 |
| Octal | 54 | 66 | 36 | 23 | 0 | 54 | 117 | 125 | 35 | 20 |
| Binary | 101100 | 110110 | 11110 | 10011 | 0 | 101100 | 1001111 | 1010101 | 11101 | 10000 |
Color Harmonies of #2C361E
Complementary color
Monochromatic Colors of #2C361E
Black with #2C361E
Text Example
Text Example
White with #2C361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C361E; }
p { color: rgb(44,54,30); }
H1.HeaderClassName
{
color: #2C361E;
}
.AnyTagClassName
{
color: #2C361E;
}
</style>
background-color css
<style>
a { background-color: #2C361E; }
a { background-color: rgb(44,54,30); }
div.DivClassName
{
background-color: #2C361E;
}
.BgClassName
{
background-color: #2C361E;
}
</style>
border-color css
<style>
span { border-color: #2C361E; }
span { border-color: rgb(44,54,30); }
td.TdClassName
{
border-color: #2C361E;
}
.TagClassName
{
border-color: #2C361E;
}
</style>