Shades of Pine Tree #2B351A
Tints of Pine Tree #2B351A
RGB
CMYK
RGB Variations
Color information
#2B351A (or 0x2B351A) is known color: Pine Tree. HEX triplet: 2B, 35 and 1A. RGB value is (43,53,26). Sum of RGB (Red+Green+Blue) = 43+53+26=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #2B351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B351A is #D4CAE5. Grayscale: #2F2F2F. Windows color (decimal): -13945574 or 1717547. OLE color: 1717547.
HSL color Cylindrical-coordinate representation of color #2B351A: hue angle of 82.22º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B351A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 26 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.79 |
| HSL | 82.22º | 0.34% | 0.15% | - |
| HSV(B) | 82.22º | 0.51% | 0.21% | - |
| XYZ | 2.46 | 3.13 | 1.45 | - |
| YUV | 46.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 26 | 0.19 | 0 | 0.51 | 0.79 | 82.22 | 0.34 | 0.15 |
| Hex | 2B | 35 | 1A | 13 | 0 | 33 | 4F | 52 | 22 | F |
| Octal | 53 | 65 | 32 | 23 | 0 | 63 | 117 | 122 | 42 | 17 |
| Binary | 101011 | 110101 | 11010 | 10011 | 0 | 110011 | 1001111 | 1010010 | 100010 | 1111 |
Color Harmonies of #2B351A
Complementary color
Monochromatic Colors of #2B351A
Black with #2B351A
Text Example
Text Example
White with #2B351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B351A; }
p { color: rgb(43,53,26); }
H1.HeaderClassName
{
color: #2B351A;
}
.AnyTagClassName
{
color: #2B351A;
}
</style>
background-color css
<style>
a { background-color: #2B351A; }
a { background-color: rgb(43,53,26); }
div.DivClassName
{
background-color: #2B351A;
}
.BgClassName
{
background-color: #2B351A;
}
</style>
border-color css
<style>
span { border-color: #2B351A; }
span { border-color: rgb(43,53,26); }
td.TdClassName
{
border-color: #2B351A;
}
.TagClassName
{
border-color: #2B351A;
}
</style>