#2E3E32

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

Shades of Timber Green #2E3E32

Tints of Timber Green #2E3E32

Color information

#2E3E32 (or 0x2E3E32) is unknown color: approx Timber Green. HEX triplet: 2E, 3E and 32. RGB value is (46,62,50). Sum of RGB (Red+Green+Blue) = 46+62+50=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E32 is #D1C1CD. Grayscale: #373737. Windows color (decimal): -13746638 or 3292718. OLE color: 3292718.

HSL color Cylindrical-coordinate representation of color #2E3E32: hue angle of 135º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E3E32 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB466250-
CMYK0.2600.190.76
HSL135º14.81%21.18%-
HSV(B)135º25.81%24.31%-
XYZ3.434.263.66-
YUV55.85124.7120.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=29.11%
G=39.24%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4662500.2600.190.7613514.8121.18
Hex2E3E321A0134C87f15
Octal567662320231142071725
Binary10111011111011001011010010011100110010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,62,50); }

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

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

 a { background-color: rgb(46,62,50); }

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

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

 span { border-color: rgb(46,62,50); }

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