Shades of Pine Tree #2B321E
Tints of Pine Tree #2B321E
RGB
CMYK
RGB Variations
Color information
#2B321E (or 0x2B321E) is known color: Pine Tree. HEX triplet: 2B, 32 and 1E. RGB value is (43,50,30). Sum of RGB (Red+Green+Blue) = 43+50+30=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321E is #D4CDE1. Grayscale: #2D2D2D. Windows color (decimal): -13946338 or 1978923. OLE color: 1978923.
HSL color Cylindrical-coordinate representation of color #2B321E: hue angle of 81º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B321E is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 30 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.80 |
| HSL | 81º | 0.25% | 0.16% | - |
| HSV(B) | 81º | 0.4% | 0.2% | - |
| XYZ | 2.37 | 2.89 | 1.66 | - |
| YUV | 45.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 30 | 0.14 | 0 | 0.40 | 0.80 | 81 | 0.25 | 0.16 |
| Hex | 2B | 32 | 1E | E | 0 | 28 | 50 | 51 | 19 | 10 |
| Octal | 53 | 62 | 36 | 16 | 0 | 50 | 120 | 121 | 31 | 20 |
| Binary | 101011 | 110010 | 11110 | 1110 | 0 | 101000 | 1010000 | 1010001 | 11001 | 10000 |
Color Harmonies of #2B321E
Complementary color
Monochromatic Colors of #2B321E
Black with #2B321E
Text Example
Text Example
White with #2B321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B321E; }
p { color: rgb(43,50,30); }
H1.HeaderClassName
{
color: #2B321E;
}
.AnyTagClassName
{
color: #2B321E;
}
</style>
background-color css
<style>
a { background-color: #2B321E; }
a { background-color: rgb(43,50,30); }
div.DivClassName
{
background-color: #2B321E;
}
.BgClassName
{
background-color: #2B321E;
}
</style>
border-color css
<style>
span { border-color: #2B321E; }
span { border-color: rgb(43,50,30); }
td.TdClassName
{
border-color: #2B321E;
}
.TagClassName
{
border-color: #2B321E;
}
</style>