Shades of Pine Tree #2B331F
Tints of Pine Tree #2B331F
RGB
CMYK
RGB Variations
Color information
#2B331F (or 0x2B331F) is known color: Pine Tree. HEX triplet: 2B, 33 and 1F. RGB value is (43,51,31). Sum of RGB (Red+Green+Blue) = 43+51+31=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #2B331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B331F is #D4CCE0. Grayscale: #2E2E2E. Windows color (decimal): -13946081 or 2044715. OLE color: 2044715.
HSL color Cylindrical-coordinate representation of color #2B331F: hue angle of 84º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B331F is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 31 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.8 |
| HSL | 84º | 0.24% | 0.16% | - |
| HSV(B) | 84º | 0.39% | 0.2% | - |
| XYZ | 2.43 | 2.98 | 1.74 | - |
| YUV | 46.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 31 | 0.16 | 0 | 0.39 | 0.8 | 84 | 0.24 | 0.16 |
| Hex | 2B | 33 | 1F | 10 | 0 | 27 | 50 | 54 | 18 | 10 |
| Octal | 53 | 63 | 37 | 20 | 0 | 47 | 120 | 124 | 30 | 20 |
| Binary | 101011 | 110011 | 11111 | 10000 | 0 | 100111 | 1010000 | 1010100 | 11000 | 10000 |
Color Harmonies of #2B331F
Complementary color
Monochromatic Colors of #2B331F
Black with #2B331F
Text Example
Text Example
White with #2B331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B331F; }
p { color: rgb(43,51,31); }
H1.HeaderClassName
{
color: #2B331F;
}
.AnyTagClassName
{
color: #2B331F;
}
</style>
background-color css
<style>
a { background-color: #2B331F; }
a { background-color: rgb(43,51,31); }
div.DivClassName
{
background-color: #2B331F;
}
.BgClassName
{
background-color: #2B331F;
}
</style>
border-color css
<style>
span { border-color: #2B331F; }
span { border-color: rgb(43,51,31); }
td.TdClassName
{
border-color: #2B331F;
}
.TagClassName
{
border-color: #2B331F;
}
</style>