Shades of Pine Tree #2B351D
Tints of Pine Tree #2B351D
RGB
CMYK
RGB Variations
Color information
#2B351D (or 0x2B351D) is known color: Pine Tree. HEX triplet: 2B, 35 and 1D. RGB value is (43,53,29). Sum of RGB (Red+Green+Blue) = 43+53+29=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #2B351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B351D is #D4CAE2. Grayscale: #2F2F2F. Windows color (decimal): -13945571 or 1914155. OLE color: 1914155.
HSL color Cylindrical-coordinate representation of color #2B351D: hue angle of 85º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B351D is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 29 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.79 |
| HSL | 85º | 0.29% | 0.16% | - |
| HSV(B) | 85º | 0.45% | 0.21% | - |
| XYZ | 2.49 | 3.15 | 1.64 | - |
| YUV | 47.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 29 | 0.19 | 0 | 0.45 | 0.79 | 85 | 0.29 | 0.16 |
| Hex | 2B | 35 | 1D | 13 | 0 | 2D | 4F | 55 | 1D | 10 |
| Octal | 53 | 65 | 35 | 23 | 0 | 55 | 117 | 125 | 35 | 20 |
| Binary | 101011 | 110101 | 11101 | 10011 | 0 | 101101 | 1001111 | 1010101 | 11101 | 10000 |
Color Harmonies of #2B351D
Complementary color
Monochromatic Colors of #2B351D
Black with #2B351D
Text Example
Text Example
White with #2B351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B351D; }
p { color: rgb(43,53,29); }
H1.HeaderClassName
{
color: #2B351D;
}
.AnyTagClassName
{
color: #2B351D;
}
</style>
background-color css
<style>
a { background-color: #2B351D; }
a { background-color: rgb(43,53,29); }
div.DivClassName
{
background-color: #2B351D;
}
.BgClassName
{
background-color: #2B351D;
}
</style>
border-color css
<style>
span { border-color: #2B351D; }
span { border-color: rgb(43,53,29); }
td.TdClassName
{
border-color: #2B351D;
}
.TagClassName
{
border-color: #2B351D;
}
</style>