Shades of Pine Tree #2E381F
Tints of Pine Tree #2E381F
RGB
CMYK
RGB Variations
Color information
#2E381F (or 0x2E381F) is known color: Pine Tree. HEX triplet: 2E, 38 and 1F. RGB value is (46,56,31). Sum of RGB (Red+Green+Blue) = 46+56+31=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #2E381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E381F is #D1C7E0. Grayscale: #323232. Windows color (decimal): -13748193 or 2045998. OLE color: 2045998.
HSL color Cylindrical-coordinate representation of color #2E381F: hue angle of 84º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E381F is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 56 | 31 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.78 |
| HSL | 84º | 0.29% | 0.17% | - |
| HSV(B) | 84º | 0.45% | 0.22% | - |
| XYZ | 2.79 | 3.51 | 1.83 | - |
| YUV | 50.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 31 | 0.18 | 0 | 0.45 | 0.78 | 84 | 0.29 | 0.17 |
| Hex | 2E | 38 | 1F | 12 | 0 | 2D | 4E | 54 | 1D | 11 |
| Octal | 56 | 70 | 37 | 22 | 0 | 55 | 116 | 124 | 35 | 21 |
| Binary | 101110 | 111000 | 11111 | 10010 | 0 | 101101 | 1001110 | 1010100 | 11101 | 10001 |
Color Harmonies of #2E381F
Complementary color
Monochromatic Colors of #2E381F
Black with #2E381F
Text Example
Text Example
White with #2E381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E381F; }
p { color: rgb(46,56,31); }
H1.HeaderClassName
{
color: #2E381F;
}
.AnyTagClassName
{
color: #2E381F;
}
</style>
background-color css
<style>
a { background-color: #2E381F; }
a { background-color: rgb(46,56,31); }
div.DivClassName
{
background-color: #2E381F;
}
.BgClassName
{
background-color: #2E381F;
}
</style>
border-color css
<style>
span { border-color: #2E381F; }
span { border-color: rgb(46,56,31); }
td.TdClassName
{
border-color: #2E381F;
}
.TagClassName
{
border-color: #2E381F;
}
</style>