#2E4C31

Color #2E4C31 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #2E4C31

Tints of Timber Green #2E4C31

Color information

#2E4C31 (or 0x2E4C31) is unknown color: approx Timber Green. HEX triplet: 2E, 4C and 31. RGB value is (46,76,49). Sum of RGB (Red+Green+Blue) = 46+76+49=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C31 is #D1B3CE. Grayscale: #404040. Windows color (decimal): -13743055 or 3230766. OLE color: 3230766.

HSL color Cylindrical-coordinate representation of color #2E4C31: hue angle of 126º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C31 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB467649-
CMYK0.3900.360.70
HSL126º24.59%23.92%-
HSV(B)126º39.47%29.8%-
XYZ4.275.973.83-
YUV63.95119.56115.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 76 (30.08% from 255) = 44.44%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=26.90%
G=44.44%
B=28.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4676490.3900.360.7012624.5923.92
Hex2E4C3127024467e1918
Octal5611461470441061763130
Binary10111010011001100011001110100100100011011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,49); }

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

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

 a { background-color: rgb(46,76,49); }

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

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

 span { border-color: rgb(46,76,49); }

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