#2E4831

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

Shades of Timber Green #2E4831

Tints of Timber Green #2E4831

Color information

#2E4831 (or 0x2E4831) is unknown color: approx Timber Green. HEX triplet: 2E, 48 and 31. RGB value is (46,72,49). Sum of RGB (Red+Green+Blue) = 46+72+49=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4831 is #D1B7CE. Grayscale: #3D3D3D. Windows color (decimal): -13744079 or 3229742. OLE color: 3229742.

HSL color Cylindrical-coordinate representation of color #2E4831: hue angle of 126.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4831 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB467249-
CMYK0.3600.320.72
HSL126.92º22.03%23.14%-
HSV(B)126.92º36.11%28.24%-
XYZ45.443.74-
YUV61.6120.89116.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=27.54%
G=43.11%
B=29.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672490.3600.320.72126.9222.0323.14
Hex2E483124020487f1617
Octal5611061440401101772627
Binary10111010010001100011001000100000100100011111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,49); }

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

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

 a { background-color: rgb(46,72,49); }

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

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

 span { border-color: rgb(46,72,49); }

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