Shades of Pine Tree #2E3525
Tints of Pine Tree #2E3525
RGB
CMYK
RGB Variations
Color information
#2E3525 (or 0x2E3525) is known color: Pine Tree. HEX triplet: 2E, 35 and 25. RGB value is (46,53,37). Sum of RGB (Red+Green+Blue) = 46+53+37=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3525 is #D1CADA. Grayscale: #313131. Windows color (decimal): -13748955 or 2438446. OLE color: 2438446.
HSL color Cylindrical-coordinate representation of color #2E3525: hue angle of 86.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E3525 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 37 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.79 |
| HSL | 86.25º | 0.18% | 0.18% | - |
| HSV(B) | 86.25º | 0.3% | 0.21% | - |
| XYZ | 2.73 | 3.26 | 2.24 | - |
| YUV | 49.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 37 | 0.13 | 0 | 0.30 | 0.79 | 86.25 | 0.18 | 0.18 |
| Hex | 2E | 35 | 25 | D | 0 | 1E | 4F | 56 | 12 | 12 |
| Octal | 56 | 65 | 45 | 15 | 0 | 36 | 117 | 126 | 22 | 22 |
| Binary | 101110 | 110101 | 100101 | 1101 | 0 | 11110 | 1001111 | 1010110 | 10010 | 10010 |
Color Harmonies of #2E3525
Complementary color
Monochromatic Colors of #2E3525
Black with #2E3525
Text Example
Text Example
White with #2E3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3525; }
p { color: rgb(46,53,37); }
H1.HeaderClassName
{
color: #2E3525;
}
.AnyTagClassName
{
color: #2E3525;
}
</style>
background-color css
<style>
a { background-color: #2E3525; }
a { background-color: rgb(46,53,37); }
div.DivClassName
{
background-color: #2E3525;
}
.BgClassName
{
background-color: #2E3525;
}
</style>
border-color css
<style>
span { border-color: #2E3525; }
span { border-color: rgb(46,53,37); }
td.TdClassName
{
border-color: #2E3525;
}
.TagClassName
{
border-color: #2E3525;
}
</style>