#2E3920

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

Shades of Pine Tree #2E3920

Tints of Pine Tree #2E3920

Color information

#2E3920 (or 0x2E3920) is unknown color: approx Pine Tree. HEX triplet: 2E, 39 and 20. RGB value is (46,57,32). Sum of RGB (Red+Green+Blue) = 46+57+32=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3920 is #D1C6DF. Grayscale: #323232. Windows color (decimal): -13747936 or 2111790. OLE color: 2111790.

HSL color Cylindrical-coordinate representation of color #2E3920: hue angle of 86.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E3920 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB465732-
CMYK0.1900.440.78
HSL86.4º28.09%17.45%-
HSV(B)86.4º43.86%22.35%-
XYZ2.853.611.91-
YUV50.86117.36124.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=34.07%
G=42.22%
B=23.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4657320.1900.440.7886.428.0917.45
Hex2E39201302C4E561c11
Octal567140230541161263421
Binary101110111001100000100110101100100111010101101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,32); }

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

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

 a { background-color: rgb(46,57,32); }

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

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

 span { border-color: rgb(46,57,32); }

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