Shades of Pine Tree #2B3223
Tints of Pine Tree #2B3223
RGB
CMYK
RGB Variations
Color information
#2B3223 (or 0x2B3223) is known color: Pine Tree. HEX triplet: 2B, 32 and 23. RGB value is (43,50,35). Sum of RGB (Red+Green+Blue) = 43+50+35=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3223 is #D4CDDC. Grayscale: #2E2E2E. Windows color (decimal): -13946333 or 2306603. OLE color: 2306603.
HSL color Cylindrical-coordinate representation of color #2B3223: hue angle of 88º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3223 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 35 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.80 |
| HSL | 88º | 0.18% | 0.17% | - |
| HSV(B) | 88º | 0.3% | 0.2% | - |
| XYZ | 2.44 | 2.92 | 2.02 | - |
| YUV | 46.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 35 | 0.14 | 0 | 0.30 | 0.80 | 88 | 0.18 | 0.17 |
| Hex | 2B | 32 | 23 | E | 0 | 1E | 50 | 58 | 12 | 11 |
| Octal | 53 | 62 | 43 | 16 | 0 | 36 | 120 | 130 | 22 | 21 |
| Binary | 101011 | 110010 | 100011 | 1110 | 0 | 11110 | 1010000 | 1011000 | 10010 | 10001 |
Color Harmonies of #2B3223
Complementary color
Monochromatic Colors of #2B3223
Black with #2B3223
Text Example
Text Example
White with #2B3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3223; }
p { color: rgb(43,50,35); }
H1.HeaderClassName
{
color: #2B3223;
}
.AnyTagClassName
{
color: #2B3223;
}
</style>
background-color css
<style>
a { background-color: #2B3223; }
a { background-color: rgb(43,50,35); }
div.DivClassName
{
background-color: #2B3223;
}
.BgClassName
{
background-color: #2B3223;
}
</style>
border-color css
<style>
span { border-color: #2B3223; }
span { border-color: rgb(43,50,35); }
td.TdClassName
{
border-color: #2B3223;
}
.TagClassName
{
border-color: #2B3223;
}
</style>