Shades of Pine Tree #2B3716
Tints of Pine Tree #2B3716
RGB
CMYK
RGB Variations
Color information
#2B3716 (or 0x2B3716) is known color: Pine Tree. HEX triplet: 2B, 37 and 16. RGB value is (43,55,22). Sum of RGB (Red+Green+Blue) = 43+55+22=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3716 is #D4C8E9. Grayscale: #2F2F2F. Windows color (decimal): -13945066 or 1455915. OLE color: 1455915.
HSL color Cylindrical-coordinate representation of color #2B3716: hue angle of 81.82º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B3716 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 22 | - |
| CMYK | 0.22 | 0 | 0.6 | 0.78 |
| HSL | 81.82º | 0.43% | 0.15% | - |
| HSV(B) | 81.82º | 0.6% | 0.22% | - |
| XYZ | 2.51 | 3.3 | 1.26 | - |
| YUV | 47.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 22 | 0.22 | 0 | 0.6 | 0.78 | 81.82 | 0.43 | 0.15 |
| Hex | 2B | 37 | 16 | 16 | 0 | 3C | 4E | 52 | 2B | F |
| Octal | 53 | 67 | 26 | 26 | 0 | 74 | 116 | 122 | 53 | 17 |
| Binary | 101011 | 110111 | 10110 | 10110 | 0 | 111100 | 1001110 | 1010010 | 101011 | 1111 |
Color Harmonies of #2B3716
Complementary color
Monochromatic Colors of #2B3716
Black with #2B3716
Text Example
Text Example
White with #2B3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3716; }
p { color: rgb(43,55,22); }
H1.HeaderClassName
{
color: #2B3716;
}
.AnyTagClassName
{
color: #2B3716;
}
</style>
background-color css
<style>
a { background-color: #2B3716; }
a { background-color: rgb(43,55,22); }
div.DivClassName
{
background-color: #2B3716;
}
.BgClassName
{
background-color: #2B3716;
}
</style>
border-color css
<style>
span { border-color: #2B3716; }
span { border-color: rgb(43,55,22); }
td.TdClassName
{
border-color: #2B3716;
}
.TagClassName
{
border-color: #2B3716;
}
</style>