#2E3624

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

Shades of Pine Tree #2E3624

Tints of Pine Tree #2E3624

Color information

#2E3624 (or 0x2E3624) is unknown color: approx Pine Tree. HEX triplet: 2E, 36 and 24. RGB value is (46,54,36). Sum of RGB (Red+Green+Blue) = 46+54+36=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #2E3624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3624 is #D1C9DB. Grayscale: #313131. Windows color (decimal): -13748700 or 2373166. OLE color: 2373166.

HSL color Cylindrical-coordinate representation of color #2E3624: hue angle of 86.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E3624 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB465436-
CMYK0.1500.330.79
HSL86.67º20%17.65%-
HSV(B)86.67º33.33%21.18%-
XYZ2.763.352.17-
YUV49.56120.35125.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.82%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=33.82%
G=39.71%
B=26.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4654360.1500.330.7986.672017.65
Hex2E3624F0214F571412
Octal566644170411171272422
Binary10111011011010010011110100001100111110101111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,36); }

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

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

 a { background-color: rgb(46,54,36); }

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

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

 span { border-color: rgb(46,54,36); }

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