#2E4332

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

Shades of Timber Green #2E4332

Tints of Timber Green #2E4332

Color information

#2E4332 (or 0x2E4332) is unknown color: approx Timber Green. HEX triplet: 2E, 43 and 32. RGB value is (46,67,50). Sum of RGB (Red+Green+Blue) = 46+67+50=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #2E4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4332 is #D1BCCD. Grayscale: #3A3A3A. Windows color (decimal): -13745358 or 3293998. OLE color: 3293998.

HSL color Cylindrical-coordinate representation of color #2E4332: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E4332 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB466750-
CMYK0.3100.250.74
HSL131.43º18.58%22.16%-
HSV(B)131.43º31.34%26.27%-
XYZ3.714.833.75-
YUV58.78123.04118.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=28.22%
G=41.10%
B=30.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4667500.3100.250.74131.4318.5822.16
Hex2E43321F0194A831316
Octal5610362370311122032326
Binary1011101000011110010111110110011001010100000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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