#2E4C34

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

Shades of Timber Green #2E4C34

Tints of Timber Green #2E4C34

Color information

#2E4C34 (or 0x2E4C34) is unknown color: approx Timber Green. HEX triplet: 2E, 4C and 34. RGB value is (46,76,52). Sum of RGB (Red+Green+Blue) = 46+76+52=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C34 is #D1B3CB. Grayscale: #404040. Windows color (decimal): -13743052 or 3427374. OLE color: 3427374.

HSL color Cylindrical-coordinate representation of color #2E4C34: hue angle of 132º 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 #2E4C34 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB467652-
CMYK0.3900.320.70
HSL132º24.59%23.92%-
HSV(B)132º39.47%29.8%-
XYZ4.3364.18-
YUV64.29121.06114.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 76 (30.08% from 255) = 43.68%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=26.44%
G=43.68%
B=29.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4676520.3900.320.7013224.5923.92
Hex2E4C342702046841918
Octal5611464470401062043130
Binary101110100110011010010011101000001000110100001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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