Shades of Pine Tree #2B341A
Tints of Pine Tree #2B341A
RGB
CMYK
RGB Variations
Color information
#2B341A (or 0x2B341A) is known color: Pine Tree. HEX triplet: 2B, 34 and 1A. RGB value is (43,52,26). Sum of RGB (Red+Green+Blue) = 43+52+26=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #2B341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B341A is #D4CBE5. Grayscale: #2E2E2E. Windows color (decimal): -13945830 or 1717291. OLE color: 1717291.
HSL color Cylindrical-coordinate representation of color #2B341A: hue angle of 80.77º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B341A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 26 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.80 |
| HSL | 80.77º | 0.33% | 0.15% | - |
| HSV(B) | 80.77º | 0.5% | 0.2% | - |
| XYZ | 2.41 | 3.04 | 1.44 | - |
| YUV | 46.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 26 | 0.17 | 0 | 0.50 | 0.80 | 80.77 | 0.33 | 0.15 |
| Hex | 2B | 34 | 1A | 11 | 0 | 32 | 50 | 51 | 21 | F |
| Octal | 53 | 64 | 32 | 21 | 0 | 62 | 120 | 121 | 41 | 17 |
| Binary | 101011 | 110100 | 11010 | 10001 | 0 | 110010 | 1010000 | 1010001 | 100001 | 1111 |
Color Harmonies of #2B341A
Complementary color
Monochromatic Colors of #2B341A
Black with #2B341A
Text Example
Text Example
White with #2B341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B341A; }
p { color: rgb(43,52,26); }
H1.HeaderClassName
{
color: #2B341A;
}
.AnyTagClassName
{
color: #2B341A;
}
</style>
background-color css
<style>
a { background-color: #2B341A; }
a { background-color: rgb(43,52,26); }
div.DivClassName
{
background-color: #2B341A;
}
.BgClassName
{
background-color: #2B341A;
}
</style>
border-color css
<style>
span { border-color: #2B341A; }
span { border-color: rgb(43,52,26); }
td.TdClassName
{
border-color: #2B341A;
}
.TagClassName
{
border-color: #2B341A;
}
</style>