#2E4130

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

Shades of Timber Green #2E4130

Tints of Timber Green #2E4130

Color information

#2E4130 (or 0x2E4130) is unknown color: approx Timber Green. HEX triplet: 2E, 41 and 30. RGB value is (46,65,48). Sum of RGB (Red+Green+Blue) = 46+65+48=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4130 is #D1BECF. Grayscale: #393939. Windows color (decimal): -13745872 or 3162414. OLE color: 3162414.

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

Color convert

RGB466548-
CMYK0.2900.260.75
HSL126.32º17.12%21.76%-
HSV(B)126.32º29.23%25.49%-
XYZ3.554.573.49-
YUV57.38122.71119.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=28.93%
G=40.88%
B=30.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665480.2900.260.75126.3217.1221.76
Hex2E41301D01A4B7e1116
Octal5610160350321131762126
Binary101110100000111000011101011010100101111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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