Shades of Pine Tree #2B3221
Tints of Pine Tree #2B3221
RGB
CMYK
RGB Variations
Color information
#2B3221 (or 0x2B3221) is known color: Pine Tree. HEX triplet: 2B, 32 and 21. RGB value is (43,50,33). Sum of RGB (Red+Green+Blue) = 43+50+33=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3221 is #D4CDDE. Grayscale: #2E2E2E. Windows color (decimal): -13946335 or 2175531. OLE color: 2175531.
HSL color Cylindrical-coordinate representation of color #2B3221: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B3221 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 33 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.80 |
| HSL | 84.71º | 0.2% | 0.16% | - |
| HSV(B) | 84.71º | 0.34% | 0.2% | - |
| XYZ | 2.41 | 2.9 | 1.87 | - |
| YUV | 45.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 33 | 0.14 | 0 | 0.34 | 0.80 | 84.71 | 0.2 | 0.16 |
| Hex | 2B | 32 | 21 | E | 0 | 22 | 50 | 55 | 14 | 10 |
| Octal | 53 | 62 | 41 | 16 | 0 | 42 | 120 | 125 | 24 | 20 |
| Binary | 101011 | 110010 | 100001 | 1110 | 0 | 100010 | 1010000 | 1010101 | 10100 | 10000 |
Color Harmonies of #2B3221
Complementary color
Monochromatic Colors of #2B3221
Black with #2B3221
Text Example
Text Example
White with #2B3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3221; }
p { color: rgb(43,50,33); }
H1.HeaderClassName
{
color: #2B3221;
}
.AnyTagClassName
{
color: #2B3221;
}
</style>
background-color css
<style>
a { background-color: #2B3221; }
a { background-color: rgb(43,50,33); }
div.DivClassName
{
background-color: #2B3221;
}
.BgClassName
{
background-color: #2B3221;
}
</style>
border-color css
<style>
span { border-color: #2B3221; }
span { border-color: rgb(43,50,33); }
td.TdClassName
{
border-color: #2B3221;
}
.TagClassName
{
border-color: #2B3221;
}
</style>