#2E3B1D

Color #2E3B1D Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #2E3B1D

Tints of Pine Tree #2E3B1D

Color information

#2E3B1D (or 0x2E3B1D) is unknown color: approx Pine Tree. HEX triplet: 2E, 3B and 1D. RGB value is (46,59,29). Sum of RGB (Red+Green+Blue) = 46+59+29=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B1D is #D1C4E2. Grayscale: #333333. Windows color (decimal): -13747427 or 1915694. OLE color: 1915694.

HSL color Cylindrical-coordinate representation of color #2E3B1D: hue angle of 86º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E3B1D is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB465929-
CMYK0.2200.510.77
HSL86º34.09%17.25%-
HSV(B)86º50.85%23.14%-
XYZ2.913.81.74-
YUV51.69115.19123.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 34.33%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=34.33%
G=44.03%
B=21.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4659290.2200.510.778634.0917.25
Hex2E3B1D160334D562211
Octal567335260631151264221
Binary101110111011111011011001100111001101101011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3B1D; }

 p { color: rgb(46,59,29); }

 H1.HeaderClassName
 {
   color: #2E3B1D;
 }
 .AnyTagClassName
 {
   color: #2E3B1D;
 }
</style>
background-color css

<style>
 a { background-color: #2E3B1D; }

 a { background-color: rgb(46,59,29); }

 div.DivClassName
 {
   background-color: #2E3B1D;
 }
 .BgClassName
 {
   background-color: #2E3B1D;
 }
</style>
border-color css

<style>
 span { border-color: #2E3B1D; }

 span { border-color: rgb(46,59,29); }

 td.TdClassName
 {
   border-color: #2E3B1D;
 }
 .TagClassName
 {
   border-color: #2E3B1D;
 }
</style>