Shades of Pine Tree #2B3815
Tints of Pine Tree #2B3815
RGB
CMYK
RGB Variations
Color information
#2B3815 (or 0x2B3815) is known color: Pine Tree. HEX triplet: 2B, 38 and 15. RGB value is (43,56,21). Sum of RGB (Red+Green+Blue) = 43+56+21=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3815 is #D4C7EA. Grayscale: #303030. Windows color (decimal): -13944811 or 1390635. OLE color: 1390635.
HSL color Cylindrical-coordinate representation of color #2B3815: hue angle of 82.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3815 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 21 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.78 |
| HSL | 82.29º | 0.45% | 0.15% | - |
| HSV(B) | 82.29º | 0.63% | 0.22% | - |
| XYZ | 2.55 | 3.4 | 1.23 | - |
| YUV | 48.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 21 | 0.23 | 0 | 0.63 | 0.78 | 82.29 | 0.45 | 0.15 |
| Hex | 2B | 38 | 15 | 17 | 0 | 3F | 4E | 52 | 2D | F |
| Octal | 53 | 70 | 25 | 27 | 0 | 77 | 116 | 122 | 55 | 17 |
| Binary | 101011 | 111000 | 10101 | 10111 | 0 | 111111 | 1001110 | 1010010 | 101101 | 1111 |
Color Harmonies of #2B3815
Complementary color
Monochromatic Colors of #2B3815
Black with #2B3815
Text Example
Text Example
White with #2B3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3815; }
p { color: rgb(43,56,21); }
H1.HeaderClassName
{
color: #2B3815;
}
.AnyTagClassName
{
color: #2B3815;
}
</style>
background-color css
<style>
a { background-color: #2B3815; }
a { background-color: rgb(43,56,21); }
div.DivClassName
{
background-color: #2B3815;
}
.BgClassName
{
background-color: #2B3815;
}
</style>
border-color css
<style>
span { border-color: #2B3815; }
span { border-color: rgb(43,56,21); }
td.TdClassName
{
border-color: #2B3815;
}
.TagClassName
{
border-color: #2B3815;
}
</style>