Shades of Pine Tree #2B4113
Tints of Pine Tree #2B4113
RGB
CMYK
RGB Variations
Color information
#2B4113 (or 0x2B4113) is known color: Pine Tree. HEX triplet: 2B, 41 and 13. RGB value is (43,65,19). Sum of RGB (Red+Green+Blue) = 43+65+19=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4113 is #D4BEEC. Grayscale: #353535. Windows color (decimal): -13942509 or 1261867. OLE color: 1261867.
HSL color Cylindrical-coordinate representation of color #2B4113: hue angle of 88.7º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4113 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 19 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.75 |
| HSL | 88.7º | 0.55% | 0.16% | - |
| HSV(B) | 88.7º | 0.71% | 0.25% | - |
| XYZ | 3 | 4.34 | 1.3 | - |
| YUV | 53.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 19 | 0.34 | 0 | 0.71 | 0.75 | 88.7 | 0.55 | 0.16 |
| Hex | 2B | 41 | 13 | 22 | 0 | 47 | 4B | 59 | 37 | 10 |
| Octal | 53 | 101 | 23 | 42 | 0 | 107 | 113 | 131 | 67 | 20 |
| Binary | 101011 | 1000001 | 10011 | 100010 | 0 | 1000111 | 1001011 | 1011001 | 110111 | 10000 |
Color Harmonies of #2B4113
Complementary color
Monochromatic Colors of #2B4113
Black with #2B4113
Text Example
Text Example
White with #2B4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4113; }
p { color: rgb(43,65,19); }
H1.HeaderClassName
{
color: #2B4113;
}
.AnyTagClassName
{
color: #2B4113;
}
</style>
background-color css
<style>
a { background-color: #2B4113; }
a { background-color: rgb(43,65,19); }
div.DivClassName
{
background-color: #2B4113;
}
.BgClassName
{
background-color: #2B4113;
}
</style>
border-color css
<style>
span { border-color: #2B4113; }
span { border-color: rgb(43,65,19); }
td.TdClassName
{
border-color: #2B4113;
}
.TagClassName
{
border-color: #2B4113;
}
</style>