Shades of Pine Tree #2B3A17
Tints of Pine Tree #2B3A17
RGB
CMYK
RGB Variations
Color information
#2B3A17 (or 0x2B3A17) is known color: Pine Tree. HEX triplet: 2B, 3A and 17. RGB value is (43,58,23). Sum of RGB (Red+Green+Blue) = 43+58+23=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3A17 is #D4C5E8. Grayscale: #313131. Windows color (decimal): -13944297 or 1522219. OLE color: 1522219.
HSL color Cylindrical-coordinate representation of color #2B3A17: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B3A17 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 58 | 23 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.77 |
| HSL | 85.71º | 0.43% | 0.16% | - |
| HSV(B) | 85.71º | 0.6% | 0.23% | - |
| XYZ | 2.66 | 3.6 | 1.37 | - |
| YUV | 49.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 23 | 0.26 | 0 | 0.60 | 0.77 | 85.71 | 0.43 | 0.16 |
| Hex | 2B | 3A | 17 | 1A | 0 | 3C | 4D | 56 | 2B | 10 |
| Octal | 53 | 72 | 27 | 32 | 0 | 74 | 115 | 126 | 53 | 20 |
| Binary | 101011 | 111010 | 10111 | 11010 | 0 | 111100 | 1001101 | 1010110 | 101011 | 10000 |
Color Harmonies of #2B3A17
Complementary color
Monochromatic Colors of #2B3A17
Black with #2B3A17
Text Example
Text Example
White with #2B3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A17; }
p { color: rgb(43,58,23); }
H1.HeaderClassName
{
color: #2B3A17;
}
.AnyTagClassName
{
color: #2B3A17;
}
</style>
background-color css
<style>
a { background-color: #2B3A17; }
a { background-color: rgb(43,58,23); }
div.DivClassName
{
background-color: #2B3A17;
}
.BgClassName
{
background-color: #2B3A17;
}
</style>
border-color css
<style>
span { border-color: #2B3A17; }
span { border-color: rgb(43,58,23); }
td.TdClassName
{
border-color: #2B3A17;
}
.TagClassName
{
border-color: #2B3A17;
}
</style>