#2E4234

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

Shades of Timber Green #2E4234

Tints of Timber Green #2E4234

Color information

#2E4234 (or 0x2E4234) is unknown color: approx Timber Green. HEX triplet: 2E, 42 and 34. RGB value is (46,66,52). Sum of RGB (Red+Green+Blue) = 46+66+52=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4234 is #D1BDCB. Grayscale: #3A3A3A. Windows color (decimal): -13745612 or 3424814. OLE color: 3424814.

HSL color Cylindrical-coordinate representation of color #2E4234: hue angle of 138º 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 #2E4234 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB466652-
CMYK0.3000.210.74
HSL138º17.86%21.96%-
HSV(B)138º30.3%25.88%-
XYZ3.694.733.97-
YUV58.42124.37119.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=28.05%
G=40.24%
B=31.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666520.3000.210.7413817.8621.96
Hex2E42341E0154A8a1216
Octal5610264360251122122226
Binary1011101000010110100111100101011001010100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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