#2E371D

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

Shades of Pine Tree #2E371D

Tints of Pine Tree #2E371D

Color information

#2E371D (or 0x2E371D) is unknown color: approx Pine Tree. HEX triplet: 2E, 37 and 1D. RGB value is (46,55,29). Sum of RGB (Red+Green+Blue) = 46+55+29=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #2E371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E371D is #D1C8E2. Grayscale: #313131. Windows color (decimal): -13748451 or 1914670. OLE color: 1914670.

HSL color Cylindrical-coordinate representation of color #2E371D: hue angle of 80.77º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E371D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB465529-
CMYK0.1600.470.78
HSL80.77º30.95%16.47%-
HSV(B)80.77º47.27%21.57%-
XYZ2.713.41.68-
YUV49.34116.52125.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=35.38%
G=42.31%
B=22.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655290.1600.470.7880.7730.9516.47
Hex2E371D1002F4E511f10
Octal566735200571161213720
Binary10111011011111101100000101111100111010100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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