Shades of Pine Tree #2B3817
Tints of Pine Tree #2B3817
RGB
CMYK
RGB Variations
Color information
#2B3817 (or 0x2B3817) is known color: Pine Tree. HEX triplet: 2B, 38 and 17. RGB value is (43,56,23). Sum of RGB (Red+Green+Blue) = 43+56+23=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3817 is #D4C7E8. Grayscale: #303030. Windows color (decimal): -13944809 or 1521707. OLE color: 1521707.
HSL color Cylindrical-coordinate representation of color #2B3817: hue angle of 83.64º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B3817 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 23 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.78 |
| HSL | 83.64º | 0.42% | 0.15% | - |
| HSV(B) | 83.64º | 0.59% | 0.22% | - |
| XYZ | 2.57 | 3.4 | 1.33 | - |
| YUV | 48.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 23 | 0.23 | 0 | 0.59 | 0.78 | 83.64 | 0.42 | 0.15 |
| Hex | 2B | 38 | 17 | 17 | 0 | 3B | 4E | 54 | 2A | F |
| Octal | 53 | 70 | 27 | 27 | 0 | 73 | 116 | 124 | 52 | 17 |
| Binary | 101011 | 111000 | 10111 | 10111 | 0 | 111011 | 1001110 | 1010100 | 101010 | 1111 |
Color Harmonies of #2B3817
Complementary color
Monochromatic Colors of #2B3817
Black with #2B3817
Text Example
Text Example
White with #2B3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3817; }
p { color: rgb(43,56,23); }
H1.HeaderClassName
{
color: #2B3817;
}
.AnyTagClassName
{
color: #2B3817;
}
</style>
background-color css
<style>
a { background-color: #2B3817; }
a { background-color: rgb(43,56,23); }
div.DivClassName
{
background-color: #2B3817;
}
.BgClassName
{
background-color: #2B3817;
}
</style>
border-color css
<style>
span { border-color: #2B3817; }
span { border-color: rgb(43,56,23); }
td.TdClassName
{
border-color: #2B3817;
}
.TagClassName
{
border-color: #2B3817;
}
</style>