Shades of Pine Tree #2B2E27
Tints of Pine Tree #2B2E27
RGB
CMYK
RGB Variations
Color information
#2B2E27 (or 0x2B2E27) is known color: Pine Tree. HEX triplet: 2B, 2E and 27. RGB value is (43,46,39). Sum of RGB (Red+Green+Blue) = 43+46+39=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E27 is #D4D1D8. Grayscale: #2C2C2C. Windows color (decimal): -13947353 or 2567723. OLE color: 2567723.
HSL color Cylindrical-coordinate representation of color #2B2E27: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2B2E27 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 46 | 39 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.82 |
| HSL | 85.71º | 0.08% | 0.17% | - |
| HSV(B) | 85.71º | 0.15% | 0.18% | - |
| XYZ | 2.34 | 2.61 | 2.3 | - |
| YUV | 44.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 39 | 0.07 | 0 | 0.15 | 0.82 | 85.71 | 0.08 | 0.17 |
| Hex | 2B | 2E | 27 | 7 | 0 | F | 52 | 56 | 8 | 11 |
| Octal | 53 | 56 | 47 | 7 | 0 | 17 | 122 | 126 | 10 | 21 |
| Binary | 101011 | 101110 | 100111 | 111 | 0 | 1111 | 1010010 | 1010110 | 1000 | 10001 |
Color Harmonies of #2B2E27
Complementary color
Monochromatic Colors of #2B2E27
Black with #2B2E27
Text Example
Text Example
White with #2B2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E27; }
p { color: rgb(43,46,39); }
H1.HeaderClassName
{
color: #2B2E27;
}
.AnyTagClassName
{
color: #2B2E27;
}
</style>
background-color css
<style>
a { background-color: #2B2E27; }
a { background-color: rgb(43,46,39); }
div.DivClassName
{
background-color: #2B2E27;
}
.BgClassName
{
background-color: #2B2E27;
}
</style>
border-color css
<style>
span { border-color: #2B2E27; }
span { border-color: rgb(43,46,39); }
td.TdClassName
{
border-color: #2B2E27;
}
.TagClassName
{
border-color: #2B2E27;
}
</style>