Shades of Pine Tree #2E3921
Tints of Pine Tree #2E3921
RGB
CMYK
RGB Variations
Color information
#2E3921 (or 0x2E3921) is known color: Pine Tree. HEX triplet: 2E, 39 and 21. RGB value is (46,57,33). Sum of RGB (Red+Green+Blue) = 46+57+33=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3921 is #D1C6DE. Grayscale: #333333. Windows color (decimal): -13747935 or 2177326. OLE color: 2177326.
HSL color Cylindrical-coordinate representation of color #2E3921: hue angle of 87.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E3921 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 33 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.78 |
| HSL | 87.5º | 0.27% | 0.18% | - |
| HSV(B) | 87.5º | 0.42% | 0.22% | - |
| XYZ | 2.86 | 3.62 | 1.99 | - |
| YUV | 50.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 33 | 0.19 | 0 | 0.42 | 0.78 | 87.5 | 0.27 | 0.18 |
| Hex | 2E | 39 | 21 | 13 | 0 | 2A | 4E | 57 | 1B | 12 |
| Octal | 56 | 71 | 41 | 23 | 0 | 52 | 116 | 127 | 33 | 22 |
| Binary | 101110 | 111001 | 100001 | 10011 | 0 | 101010 | 1001110 | 1010111 | 11011 | 10010 |
Color Harmonies of #2E3921
Complementary color
Monochromatic Colors of #2E3921
Black with #2E3921
Text Example
Text Example
White with #2E3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3921; }
p { color: rgb(46,57,33); }
H1.HeaderClassName
{
color: #2E3921;
}
.AnyTagClassName
{
color: #2E3921;
}
</style>
background-color css
<style>
a { background-color: #2E3921; }
a { background-color: rgb(46,57,33); }
div.DivClassName
{
background-color: #2E3921;
}
.BgClassName
{
background-color: #2E3921;
}
</style>
border-color css
<style>
span { border-color: #2E3921; }
span { border-color: rgb(46,57,33); }
td.TdClassName
{
border-color: #2E3921;
}
.TagClassName
{
border-color: #2E3921;
}
</style>