#2E4830

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

Shades of Timber Green #2E4830

Tints of Timber Green #2E4830

Color information

#2E4830 (or 0x2E4830) is unknown color: approx Timber Green. HEX triplet: 2E, 48 and 30. RGB value is (46,72,48). Sum of RGB (Red+Green+Blue) = 46+72+48=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4830 is #D1B7CF. Grayscale: #3D3D3D. Windows color (decimal): -13744080 or 3164206. OLE color: 3164206.

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

Color convert

RGB467248-
CMYK0.3600.330.72
HSL124.62º22.03%23.14%-
HSV(B)124.62º36.11%28.24%-
XYZ3.985.433.63-
YUV61.49120.39116.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=27.71%
G=43.37%
B=28.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672480.3600.330.72124.6222.0323.14
Hex2E483024021487d1617
Octal5611060440411101752627
Binary10111010010001100001001000100001100100011111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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