Shades of Pine Tree #2B381C
Tints of Pine Tree #2B381C
RGB
CMYK
RGB Variations
Color information
#2B381C (or 0x2B381C) is known color: Pine Tree. HEX triplet: 2B, 38 and 1C. RGB value is (43,56,28). Sum of RGB (Red+Green+Blue) = 43+56+28=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #2B381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B381C is #D4C7E3. Grayscale: #313131. Windows color (decimal): -13944804 or 1849387. OLE color: 1849387.
HSL color Cylindrical-coordinate representation of color #2B381C: hue angle of 87.86º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B381C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 28 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.78 |
| HSL | 87.86º | 0.33% | 0.16% | - |
| HSV(B) | 87.86º | 0.5% | 0.22% | - |
| XYZ | 2.62 | 3.43 | 1.62 | - |
| YUV | 48.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 28 | 0.23 | 0 | 0.50 | 0.78 | 87.86 | 0.33 | 0.16 |
| Hex | 2B | 38 | 1C | 17 | 0 | 32 | 4E | 58 | 21 | 10 |
| Octal | 53 | 70 | 34 | 27 | 0 | 62 | 116 | 130 | 41 | 20 |
| Binary | 101011 | 111000 | 11100 | 10111 | 0 | 110010 | 1001110 | 1011000 | 100001 | 10000 |
Color Harmonies of #2B381C
Complementary color
Monochromatic Colors of #2B381C
Black with #2B381C
Text Example
Text Example
White with #2B381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B381C; }
p { color: rgb(43,56,28); }
H1.HeaderClassName
{
color: #2B381C;
}
.AnyTagClassName
{
color: #2B381C;
}
</style>
background-color css
<style>
a { background-color: #2B381C; }
a { background-color: rgb(43,56,28); }
div.DivClassName
{
background-color: #2B381C;
}
.BgClassName
{
background-color: #2B381C;
}
</style>
border-color css
<style>
span { border-color: #2B381C; }
span { border-color: rgb(43,56,28); }
td.TdClassName
{
border-color: #2B381C;
}
.TagClassName
{
border-color: #2B381C;
}
</style>