Shades of Pine Tree #2B351F
Tints of Pine Tree #2B351F
RGB
CMYK
RGB Variations
Color information
#2B351F (or 0x2B351F) is known color: Pine Tree. HEX triplet: 2B, 35 and 1F. RGB value is (43,53,31). Sum of RGB (Red+Green+Blue) = 43+53+31=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #2B351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B351F is #D4CAE0. Grayscale: #2F2F2F. Windows color (decimal): -13945569 or 2045227. OLE color: 2045227.
HSL color Cylindrical-coordinate representation of color #2B351F: hue angle of 87.27º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B351F is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 31 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.79 |
| HSL | 87.27º | 0.26% | 0.16% | - |
| HSV(B) | 87.27º | 0.42% | 0.21% | - |
| XYZ | 2.52 | 3.16 | 1.77 | - |
| YUV | 47.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 31 | 0.19 | 0 | 0.42 | 0.79 | 87.27 | 0.26 | 0.16 |
| Hex | 2B | 35 | 1F | 13 | 0 | 2A | 4F | 57 | 1A | 10 |
| Octal | 53 | 65 | 37 | 23 | 0 | 52 | 117 | 127 | 32 | 20 |
| Binary | 101011 | 110101 | 11111 | 10011 | 0 | 101010 | 1001111 | 1010111 | 11010 | 10000 |
Color Harmonies of #2B351F
Complementary color
Monochromatic Colors of #2B351F
Black with #2B351F
Text Example
Text Example
White with #2B351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B351F; }
p { color: rgb(43,53,31); }
H1.HeaderClassName
{
color: #2B351F;
}
.AnyTagClassName
{
color: #2B351F;
}
</style>
background-color css
<style>
a { background-color: #2B351F; }
a { background-color: rgb(43,53,31); }
div.DivClassName
{
background-color: #2B351F;
}
.BgClassName
{
background-color: #2B351F;
}
</style>
border-color css
<style>
span { border-color: #2B351F; }
span { border-color: rgb(43,53,31); }
td.TdClassName
{
border-color: #2B351F;
}
.TagClassName
{
border-color: #2B351F;
}
</style>