Shades of Pine Tree #2B381B
Tints of Pine Tree #2B381B
RGB
CMYK
RGB Variations
Color information
#2B381B (or 0x2B381B) is known color: Pine Tree. HEX triplet: 2B, 38 and 1B. RGB value is (43,56,27). Sum of RGB (Red+Green+Blue) = 43+56+27=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #2B381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B381B is #D4C7E4. Grayscale: #303030. Windows color (decimal): -13944805 or 1783851. OLE color: 1783851.
HSL color Cylindrical-coordinate representation of color #2B381B: hue angle of 86.9º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B381B is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 27 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.78 |
| HSL | 86.9º | 0.35% | 0.16% | - |
| HSV(B) | 86.9º | 0.52% | 0.22% | - |
| XYZ | 2.61 | 3.42 | 1.56 | - |
| YUV | 48.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 27 | 0.23 | 0 | 0.52 | 0.78 | 86.9 | 0.35 | 0.16 |
| Hex | 2B | 38 | 1B | 17 | 0 | 34 | 4E | 57 | 23 | 10 |
| Octal | 53 | 70 | 33 | 27 | 0 | 64 | 116 | 127 | 43 | 20 |
| Binary | 101011 | 111000 | 11011 | 10111 | 0 | 110100 | 1001110 | 1010111 | 100011 | 10000 |
Color Harmonies of #2B381B
Complementary color
Monochromatic Colors of #2B381B
Black with #2B381B
Text Example
Text Example
White with #2B381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B381B; }
p { color: rgb(43,56,27); }
H1.HeaderClassName
{
color: #2B381B;
}
.AnyTagClassName
{
color: #2B381B;
}
</style>
background-color css
<style>
a { background-color: #2B381B; }
a { background-color: rgb(43,56,27); }
div.DivClassName
{
background-color: #2B381B;
}
.BgClassName
{
background-color: #2B381B;
}
</style>
border-color css
<style>
span { border-color: #2B381B; }
span { border-color: rgb(43,56,27); }
td.TdClassName
{
border-color: #2B381B;
}
.TagClassName
{
border-color: #2B381B;
}
</style>