Shades of Pine Tree #2B3619
Tints of Pine Tree #2B3619
RGB
CMYK
RGB Variations
Color information
#2B3619 (or 0x2B3619) is known color: Pine Tree. HEX triplet: 2B, 36 and 19. RGB value is (43,54,25). Sum of RGB (Red+Green+Blue) = 43+54+25=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3619 is #D4C9E6. Grayscale: #2F2F2F. Windows color (decimal): -13945319 or 1652267. OLE color: 1652267.
HSL color Cylindrical-coordinate representation of color #2B3619: hue angle of 82.76º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B3619 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 25 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.79 |
| HSL | 82.76º | 0.37% | 0.15% | - |
| HSV(B) | 82.76º | 0.54% | 0.21% | - |
| XYZ | 2.49 | 3.22 | 1.41 | - |
| YUV | 47.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 25 | 0.20 | 0 | 0.54 | 0.79 | 82.76 | 0.37 | 0.15 |
| Hex | 2B | 36 | 19 | 14 | 0 | 36 | 4F | 53 | 25 | F |
| Octal | 53 | 66 | 31 | 24 | 0 | 66 | 117 | 123 | 45 | 17 |
| Binary | 101011 | 110110 | 11001 | 10100 | 0 | 110110 | 1001111 | 1010011 | 100101 | 1111 |
Color Harmonies of #2B3619
Complementary color
Monochromatic Colors of #2B3619
Black with #2B3619
Text Example
Text Example
White with #2B3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3619; }
p { color: rgb(43,54,25); }
H1.HeaderClassName
{
color: #2B3619;
}
.AnyTagClassName
{
color: #2B3619;
}
</style>
background-color css
<style>
a { background-color: #2B3619; }
a { background-color: rgb(43,54,25); }
div.DivClassName
{
background-color: #2B3619;
}
.BgClassName
{
background-color: #2B3619;
}
</style>
border-color css
<style>
span { border-color: #2B3619; }
span { border-color: rgb(43,54,25); }
td.TdClassName
{
border-color: #2B3619;
}
.TagClassName
{
border-color: #2B3619;
}
</style>