Shades of Pine Tree #2B3419
Tints of Pine Tree #2B3419
RGB
CMYK
RGB Variations
Color information
#2B3419 (or 0x2B3419) is known color: Pine Tree. HEX triplet: 2B, 34 and 19. RGB value is (43,52,25). Sum of RGB (Red+Green+Blue) = 43+52+25=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3419 is #D4CBE6. Grayscale: #2E2E2E. Windows color (decimal): -13945831 or 1651755. OLE color: 1651755.
HSL color Cylindrical-coordinate representation of color #2B3419: hue angle of 80º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B3419 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 25 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.80 |
| HSL | 80º | 0.35% | 0.15% | - |
| HSV(B) | 80º | 0.52% | 0.2% | - |
| XYZ | 2.4 | 3.04 | 1.38 | - |
| YUV | 46.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 25 | 0.17 | 0 | 0.52 | 0.80 | 80 | 0.35 | 0.15 |
| Hex | 2B | 34 | 19 | 11 | 0 | 34 | 50 | 50 | 23 | F |
| Octal | 53 | 64 | 31 | 21 | 0 | 64 | 120 | 120 | 43 | 17 |
| Binary | 101011 | 110100 | 11001 | 10001 | 0 | 110100 | 1010000 | 1010000 | 100011 | 1111 |
Color Harmonies of #2B3419
Complementary color
Monochromatic Colors of #2B3419
Black with #2B3419
Text Example
Text Example
White with #2B3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3419; }
p { color: rgb(43,52,25); }
H1.HeaderClassName
{
color: #2B3419;
}
.AnyTagClassName
{
color: #2B3419;
}
</style>
background-color css
<style>
a { background-color: #2B3419; }
a { background-color: rgb(43,52,25); }
div.DivClassName
{
background-color: #2B3419;
}
.BgClassName
{
background-color: #2B3419;
}
</style>
border-color css
<style>
span { border-color: #2B3419; }
span { border-color: rgb(43,52,25); }
td.TdClassName
{
border-color: #2B3419;
}
.TagClassName
{
border-color: #2B3419;
}
</style>