Shades of Pine Tree #2B3919
Tints of Pine Tree #2B3919
RGB
CMYK
RGB Variations
Color information
#2B3919 (or 0x2B3919) is known color: Pine Tree. HEX triplet: 2B, 39 and 19. RGB value is (43,57,25). Sum of RGB (Red+Green+Blue) = 43+57+25=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3919 is #D4C6E6. Grayscale: #313131. Windows color (decimal): -13944551 or 1653035. OLE color: 1653035.
HSL color Cylindrical-coordinate representation of color #2B3919: hue angle of 86.25º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B3919 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 25 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.78 |
| HSL | 86.25º | 0.39% | 0.16% | - |
| HSV(B) | 86.25º | 0.56% | 0.22% | - |
| XYZ | 2.63 | 3.51 | 1.46 | - |
| YUV | 49.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 25 | 0.25 | 0 | 0.56 | 0.78 | 86.25 | 0.39 | 0.16 |
| Hex | 2B | 39 | 19 | 19 | 0 | 38 | 4E | 56 | 27 | 10 |
| Octal | 53 | 71 | 31 | 31 | 0 | 70 | 116 | 126 | 47 | 20 |
| Binary | 101011 | 111001 | 11001 | 11001 | 0 | 111000 | 1001110 | 1010110 | 100111 | 10000 |
Color Harmonies of #2B3919
Complementary color
Monochromatic Colors of #2B3919
Black with #2B3919
Text Example
Text Example
White with #2B3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3919; }
p { color: rgb(43,57,25); }
H1.HeaderClassName
{
color: #2B3919;
}
.AnyTagClassName
{
color: #2B3919;
}
</style>
background-color css
<style>
a { background-color: #2B3919; }
a { background-color: rgb(43,57,25); }
div.DivClassName
{
background-color: #2B3919;
}
.BgClassName
{
background-color: #2B3919;
}
</style>
border-color css
<style>
span { border-color: #2B3919; }
span { border-color: rgb(43,57,25); }
td.TdClassName
{
border-color: #2B3919;
}
.TagClassName
{
border-color: #2B3919;
}
</style>