Shades of Pine Tree #2C3223
Tints of Pine Tree #2C3223
RGB
CMYK
RGB Variations
Color information
#2C3223 (or 0x2C3223) is known color: Pine Tree. HEX triplet: 2C, 32 and 23. RGB value is (44,50,35). Sum of RGB (Red+Green+Blue) = 44+50+35=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3223 is #D3CDDC. Grayscale: #2E2E2E. Windows color (decimal): -13880797 or 2306604. OLE color: 2306604.
HSL color Cylindrical-coordinate representation of color #2C3223: hue angle of 84º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C3223 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 35 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.80 |
| HSL | 84º | 0.18% | 0.17% | - |
| HSV(B) | 84º | 0.3% | 0.2% | - |
| XYZ | 2.48 | 2.94 | 2.03 | - |
| YUV | 46.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 35 | 0.12 | 0 | 0.30 | 0.80 | 84 | 0.18 | 0.17 |
| Hex | 2C | 32 | 23 | C | 0 | 1E | 50 | 54 | 12 | 11 |
| Octal | 54 | 62 | 43 | 14 | 0 | 36 | 120 | 124 | 22 | 21 |
| Binary | 101100 | 110010 | 100011 | 1100 | 0 | 11110 | 1010000 | 1010100 | 10010 | 10001 |
Color Harmonies of #2C3223
Complementary color
Monochromatic Colors of #2C3223
Black with #2C3223
Text Example
Text Example
White with #2C3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3223; }
p { color: rgb(44,50,35); }
H1.HeaderClassName
{
color: #2C3223;
}
.AnyTagClassName
{
color: #2C3223;
}
</style>
background-color css
<style>
a { background-color: #2C3223; }
a { background-color: rgb(44,50,35); }
div.DivClassName
{
background-color: #2C3223;
}
.BgClassName
{
background-color: #2C3223;
}
</style>
border-color css
<style>
span { border-color: #2C3223; }
span { border-color: rgb(44,50,35); }
td.TdClassName
{
border-color: #2C3223;
}
.TagClassName
{
border-color: #2C3223;
}
</style>