#2E371E

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

Shades of Pine Tree #2E371E

Tints of Pine Tree #2E371E

Color information

#2E371E (or 0x2E371E) is unknown color: approx Pine Tree. HEX triplet: 2E, 37 and 1E. RGB value is (46,55,30). Sum of RGB (Red+Green+Blue) = 46+55+30=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #2E371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E371E is #D1C8E1. Grayscale: #313131. Windows color (decimal): -13748450 or 1980206. OLE color: 1980206.

HSL color Cylindrical-coordinate representation of color #2E371E: hue angle of 81.6º 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 #2E371E is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB465530-
CMYK0.1600.450.78
HSL81.6º29.41%16.67%-
HSV(B)81.6º45.45%21.57%-
XYZ2.733.411.74-
YUV49.46117.02125.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.11%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=35.11%
G=41.98%
B=22.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655300.1600.450.7881.629.4116.67
Hex2E371E1002D4E521d11
Octal566736200551161223521
Binary10111011011111110100000101101100111010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,30); }

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

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

 a { background-color: rgb(46,55,30); }

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

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

 span { border-color: rgb(46,55,30); }

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