Shades of Pine Tree #2C3619
Tints of Pine Tree #2C3619
RGB
CMYK
RGB Variations
Color information
#2C3619 (or 0x2C3619) is known color: Pine Tree. HEX triplet: 2C, 36 and 19. RGB value is (44,54,25). Sum of RGB (Red+Green+Blue) = 44+54+25=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3619 is #D3C9E6. Grayscale: #2F2F2F. Windows color (decimal): -13879783 or 1652268. OLE color: 1652268.
HSL color Cylindrical-coordinate representation of color #2C3619: hue angle of 80.69º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C3619 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 25 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.79 |
| HSL | 80.69º | 0.37% | 0.15% | - |
| HSV(B) | 80.69º | 0.54% | 0.21% | - |
| XYZ | 2.53 | 3.24 | 1.41 | - |
| YUV | 47.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 25 | 0.19 | 0 | 0.54 | 0.79 | 80.69 | 0.37 | 0.15 |
| Hex | 2C | 36 | 19 | 13 | 0 | 36 | 4F | 51 | 25 | F |
| Octal | 54 | 66 | 31 | 23 | 0 | 66 | 117 | 121 | 45 | 17 |
| Binary | 101100 | 110110 | 11001 | 10011 | 0 | 110110 | 1001111 | 1010001 | 100101 | 1111 |
Color Harmonies of #2C3619
Complementary color
Monochromatic Colors of #2C3619
Black with #2C3619
Text Example
Text Example
White with #2C3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3619; }
p { color: rgb(44,54,25); }
H1.HeaderClassName
{
color: #2C3619;
}
.AnyTagClassName
{
color: #2C3619;
}
</style>
background-color css
<style>
a { background-color: #2C3619; }
a { background-color: rgb(44,54,25); }
div.DivClassName
{
background-color: #2C3619;
}
.BgClassName
{
background-color: #2C3619;
}
</style>
border-color css
<style>
span { border-color: #2C3619; }
span { border-color: rgb(44,54,25); }
td.TdClassName
{
border-color: #2C3619;
}
.TagClassName
{
border-color: #2C3619;
}
</style>