Shades of Pine Tree #2C3719
Tints of Pine Tree #2C3719
RGB
CMYK
RGB Variations
Color information
#2C3719 (or 0x2C3719) is known color: Pine Tree. HEX triplet: 2C, 37 and 19. RGB value is (44,55,25). Sum of RGB (Red+Green+Blue) = 44+55+25=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3719 is #D3C8E6. Grayscale: #303030. Windows color (decimal): -13879527 or 1652524. OLE color: 1652524.
HSL color Cylindrical-coordinate representation of color #2C3719: hue angle of 82º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C3719 is Cyan = 0.2, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 25 | - |
| CMYK | 0.2 | 0 | 0.55 | 0.78 |
| HSL | 82º | 0.38% | 0.16% | - |
| HSV(B) | 82º | 0.55% | 0.22% | - |
| XYZ | 2.58 | 3.34 | 1.43 | - |
| YUV | 48.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 25 | 0.2 | 0 | 0.55 | 0.78 | 82 | 0.38 | 0.16 |
| Hex | 2C | 37 | 19 | 14 | 0 | 37 | 4E | 52 | 26 | 10 |
| Octal | 54 | 67 | 31 | 24 | 0 | 67 | 116 | 122 | 46 | 20 |
| Binary | 101100 | 110111 | 11001 | 10100 | 0 | 110111 | 1001110 | 1010010 | 100110 | 10000 |
Color Harmonies of #2C3719
Complementary color
Monochromatic Colors of #2C3719
Black with #2C3719
Text Example
Text Example
White with #2C3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3719; }
p { color: rgb(44,55,25); }
H1.HeaderClassName
{
color: #2C3719;
}
.AnyTagClassName
{
color: #2C3719;
}
</style>
background-color css
<style>
a { background-color: #2C3719; }
a { background-color: rgb(44,55,25); }
div.DivClassName
{
background-color: #2C3719;
}
.BgClassName
{
background-color: #2C3719;
}
</style>
border-color css
<style>
span { border-color: #2C3719; }
span { border-color: rgb(44,55,25); }
td.TdClassName
{
border-color: #2C3719;
}
.TagClassName
{
border-color: #2C3719;
}
</style>