#2E4832

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

Shades of Timber Green #2E4832

Tints of Timber Green #2E4832

Color information

#2E4832 (or 0x2E4832) is unknown color: approx Timber Green. HEX triplet: 2E, 48 and 32. RGB value is (46,72,50). Sum of RGB (Red+Green+Blue) = 46+72+50=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4832 is #D1B7CD. Grayscale: #3D3D3D. Windows color (decimal): -13744078 or 3295278. OLE color: 3295278.

HSL color Cylindrical-coordinate representation of color #2E4832: hue angle of 129.23º 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 #2E4832 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB467250-
CMYK0.3600.310.72
HSL129.23º22.03%23.14%-
HSV(B)129.23º36.11%28.24%-
XYZ4.025.453.86-
YUV61.72121.39116.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=27.38%
G=42.86%
B=29.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672500.3600.310.72129.2322.0323.14
Hex2E48322401F48811617
Octal5611062440371102012627
Binary10111010010001100101001000111111001000100000011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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