#2E3F34

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

Shades of Timber Green #2E3F34

Tints of Timber Green #2E3F34

Color information

#2E3F34 (or 0x2E3F34) is unknown color: approx Timber Green. HEX triplet: 2E, 3F and 34. RGB value is (46,63,52). Sum of RGB (Red+Green+Blue) = 46+63+52=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F34 is #D1C0CB. Grayscale: #383838. Windows color (decimal): -13746380 or 3424046. OLE color: 3424046.

HSL color Cylindrical-coordinate representation of color #2E3F34: hue angle of 141.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3F34 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB466352-
CMYK0.2700.170.75
HSL141.18º15.6%21.37%-
HSV(B)141.18º26.98%24.71%-
XYZ3.524.383.91-
YUV56.66125.37120.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=28.57%
G=39.13%
B=32.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4663520.2700.170.75141.1815.621.37
Hex2E3F341B0114B8d1015
Octal567764330211132152025
Binary101110111111110100110110100011001011100011011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,63,52); }

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

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

 a { background-color: rgb(46,63,52); }

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

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

 span { border-color: rgb(46,63,52); }

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