Shades of Pine Tree #2C3B19
Tints of Pine Tree #2C3B19
RGB
CMYK
RGB Variations
Color information
#2C3B19 (or 0x2C3B19) is known color: Pine Tree. HEX triplet: 2C, 3B and 19. RGB value is (44,59,25). Sum of RGB (Red+Green+Blue) = 44+59+25=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3B19 is #D3C4E6. Grayscale: #323232. Windows color (decimal): -13878503 or 1653548. OLE color: 1653548.
HSL color Cylindrical-coordinate representation of color #2C3B19: hue angle of 86.47º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C3B19 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 25 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.77 |
| HSL | 86.47º | 0.4% | 0.16% | - |
| HSV(B) | 86.47º | 0.58% | 0.23% | - |
| XYZ | 2.78 | 3.73 | 1.49 | - |
| YUV | 50.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 25 | 0.25 | 0 | 0.58 | 0.77 | 86.47 | 0.4 | 0.16 |
| Hex | 2C | 3B | 19 | 19 | 0 | 3A | 4D | 56 | 28 | 10 |
| Octal | 54 | 73 | 31 | 31 | 0 | 72 | 115 | 126 | 50 | 20 |
| Binary | 101100 | 111011 | 11001 | 11001 | 0 | 111010 | 1001101 | 1010110 | 101000 | 10000 |
Color Harmonies of #2C3B19
Complementary color
Monochromatic Colors of #2C3B19
Black with #2C3B19
Text Example
Text Example
White with #2C3B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B19; }
p { color: rgb(44,59,25); }
H1.HeaderClassName
{
color: #2C3B19;
}
.AnyTagClassName
{
color: #2C3B19;
}
</style>
background-color css
<style>
a { background-color: #2C3B19; }
a { background-color: rgb(44,59,25); }
div.DivClassName
{
background-color: #2C3B19;
}
.BgClassName
{
background-color: #2C3B19;
}
</style>
border-color css
<style>
span { border-color: #2C3B19; }
span { border-color: rgb(44,59,25); }
td.TdClassName
{
border-color: #2C3B19;
}
.TagClassName
{
border-color: #2C3B19;
}
</style>