Shades of Pine Tree #2C3B17
Tints of Pine Tree #2C3B17
RGB
CMYK
RGB Variations
Color information
#2C3B17 (or 0x2C3B17) is known color: Pine Tree. HEX triplet: 2C, 3B and 17. RGB value is (44,59,23). Sum of RGB (Red+Green+Blue) = 44+59+23=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3B17 is #D3C4E8. Grayscale: #323232. Windows color (decimal): -13878505 or 1522476. OLE color: 1522476.
HSL color Cylindrical-coordinate representation of color #2C3B17: hue angle of 85º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C3B17 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 23 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.77 |
| HSL | 85º | 0.44% | 0.16% | - |
| HSV(B) | 85º | 0.61% | 0.23% | - |
| XYZ | 2.76 | 3.73 | 1.38 | - |
| YUV | 50.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 23 | 0.25 | 0 | 0.61 | 0.77 | 85 | 0.44 | 0.16 |
| Hex | 2C | 3B | 17 | 19 | 0 | 3D | 4D | 55 | 2C | 10 |
| Octal | 54 | 73 | 27 | 31 | 0 | 75 | 115 | 125 | 54 | 20 |
| Binary | 101100 | 111011 | 10111 | 11001 | 0 | 111101 | 1001101 | 1010101 | 101100 | 10000 |
Color Harmonies of #2C3B17
Complementary color
Monochromatic Colors of #2C3B17
Black with #2C3B17
Text Example
Text Example
White with #2C3B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B17; }
p { color: rgb(44,59,23); }
H1.HeaderClassName
{
color: #2C3B17;
}
.AnyTagClassName
{
color: #2C3B17;
}
</style>
background-color css
<style>
a { background-color: #2C3B17; }
a { background-color: rgb(44,59,23); }
div.DivClassName
{
background-color: #2C3B17;
}
.BgClassName
{
background-color: #2C3B17;
}
</style>
border-color css
<style>
span { border-color: #2C3B17; }
span { border-color: rgb(44,59,23); }
td.TdClassName
{
border-color: #2C3B17;
}
.TagClassName
{
border-color: #2C3B17;
}
</style>