Shades of Pine Tree #2B341C
Tints of Pine Tree #2B341C
RGB
CMYK
RGB Variations
Color information
#2B341C (or 0x2B341C) is known color: Pine Tree. HEX triplet: 2B, 34 and 1C. RGB value is (43,52,28). Sum of RGB (Red+Green+Blue) = 43+52+28=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #2B341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B341C is #D4CBE3. Grayscale: #2E2E2E. Windows color (decimal): -13945828 or 1848363. OLE color: 1848363.
HSL color Cylindrical-coordinate representation of color #2B341C: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B341C is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 28 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.80 |
| HSL | 82.5º | 0.3% | 0.16% | - |
| HSV(B) | 82.5º | 0.46% | 0.2% | - |
| XYZ | 2.43 | 3.05 | 1.56 | - |
| YUV | 46.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 28 | 0.17 | 0 | 0.46 | 0.80 | 82.5 | 0.3 | 0.16 |
| Hex | 2B | 34 | 1C | 11 | 0 | 2E | 50 | 52 | 1E | 10 |
| Octal | 53 | 64 | 34 | 21 | 0 | 56 | 120 | 122 | 36 | 20 |
| Binary | 101011 | 110100 | 11100 | 10001 | 0 | 101110 | 1010000 | 1010010 | 11110 | 10000 |
Color Harmonies of #2B341C
Complementary color
Monochromatic Colors of #2B341C
Black with #2B341C
Text Example
Text Example
White with #2B341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B341C; }
p { color: rgb(43,52,28); }
H1.HeaderClassName
{
color: #2B341C;
}
.AnyTagClassName
{
color: #2B341C;
}
</style>
background-color css
<style>
a { background-color: #2B341C; }
a { background-color: rgb(43,52,28); }
div.DivClassName
{
background-color: #2B341C;
}
.BgClassName
{
background-color: #2B341C;
}
</style>
border-color css
<style>
span { border-color: #2B341C; }
span { border-color: rgb(43,52,28); }
td.TdClassName
{
border-color: #2B341C;
}
.TagClassName
{
border-color: #2B341C;
}
</style>