#2E4232

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

Shades of Timber Green #2E4232

Tints of Timber Green #2E4232

Color information

#2E4232 (or 0x2E4232) is unknown color: approx Timber Green. HEX triplet: 2E, 42 and 32. RGB value is (46,66,50). Sum of RGB (Red+Green+Blue) = 46+66+50=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4232 is #D1BDCD. Grayscale: #3A3A3A. Windows color (decimal): -13745614 or 3293742. OLE color: 3293742.

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

Color convert

RGB466650-
CMYK0.3000.240.74
HSL132º17.86%21.96%-
HSV(B)132º30.3%25.88%-
XYZ3.654.713.73-
YUV58.2123.37119.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=28.40%
G=40.74%
B=30.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666500.3000.240.7413217.8621.96
Hex2E42321E0184A841216
Octal5610262360301122042226
Binary1011101000010110010111100110001001010100001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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