Shades of Pine Tree #2B371C
Tints of Pine Tree #2B371C
RGB
CMYK
RGB Variations
Color information
#2B371C (or 0x2B371C) is known color: Pine Tree. HEX triplet: 2B, 37 and 1C. RGB value is (43,55,28). Sum of RGB (Red+Green+Blue) = 43+55+28=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #2B371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B371C is #D4C8E3. Grayscale: #303030. Windows color (decimal): -13945060 or 1849131. OLE color: 1849131.
HSL color Cylindrical-coordinate representation of color #2B371C: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B371C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 28 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.78 |
| HSL | 86.67º | 0.33% | 0.16% | - |
| HSV(B) | 86.67º | 0.49% | 0.22% | - |
| XYZ | 2.57 | 3.33 | 1.61 | - |
| YUV | 48.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 28 | 0.22 | 0 | 0.49 | 0.78 | 86.67 | 0.33 | 0.16 |
| Hex | 2B | 37 | 1C | 16 | 0 | 31 | 4E | 57 | 21 | 10 |
| Octal | 53 | 67 | 34 | 26 | 0 | 61 | 116 | 127 | 41 | 20 |
| Binary | 101011 | 110111 | 11100 | 10110 | 0 | 110001 | 1001110 | 1010111 | 100001 | 10000 |
Color Harmonies of #2B371C
Complementary color
Monochromatic Colors of #2B371C
Black with #2B371C
Text Example
Text Example
White with #2B371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B371C; }
p { color: rgb(43,55,28); }
H1.HeaderClassName
{
color: #2B371C;
}
.AnyTagClassName
{
color: #2B371C;
}
</style>
background-color css
<style>
a { background-color: #2B371C; }
a { background-color: rgb(43,55,28); }
div.DivClassName
{
background-color: #2B371C;
}
.BgClassName
{
background-color: #2B371C;
}
</style>
border-color css
<style>
span { border-color: #2B371C; }
span { border-color: rgb(43,55,28); }
td.TdClassName
{
border-color: #2B371C;
}
.TagClassName
{
border-color: #2B371C;
}
</style>