#2E4235

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

Shades of Timber Green #2E4235

Tints of Timber Green #2E4235

Color information

#2E4235 (or 0x2E4235) is unknown color: approx Timber Green. HEX triplet: 2E, 42 and 35. RGB value is (46,66,53). Sum of RGB (Red+Green+Blue) = 46+66+53=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4235 is #D1BDCA. Grayscale: #3A3A3A. Windows color (decimal): -13745611 or 3490350. OLE color: 3490350.

HSL color Cylindrical-coordinate representation of color #2E4235: hue angle of 141º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E4235 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB466653-
CMYK0.3000.200.74
HSL141º17.86%21.96%-
HSV(B)141º30.3%25.88%-
XYZ3.724.734.09-
YUV58.54124.87119.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=27.88%
G=40%
B=32.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666530.3000.200.7414117.8621.96
Hex2E42351E0144A8d1216
Octal5610265360241122152226
Binary1011101000010110101111100101001001010100011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,66,53); }

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

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

 a { background-color: rgb(46,66,53); }

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

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

 span { border-color: rgb(46,66,53); }

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