#2E422F

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

Shades of Timber Green #2E422F

Tints of Timber Green #2E422F

Color information

#2E422F (or 0x2E422F) is unknown color: approx Timber Green. HEX triplet: 2E, 42 and 2F. RGB value is (46,66,47). Sum of RGB (Red+Green+Blue) = 46+66+47=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2E422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E422F is #D1BDD0. Grayscale: #393939. Windows color (decimal): -13745617 or 3097134. OLE color: 3097134.

HSL color Cylindrical-coordinate representation of color #2E422F: hue angle of 123º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E422F is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB466647-
CMYK0.3000.290.74
HSL123º17.86%21.96%-
HSV(B)123º30.3%25.88%-
XYZ3.594.683.4-
YUV57.85121.87119.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=28.93%
G=41.51%
B=29.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666470.3000.290.7412317.8621.96
Hex2E422F1E01D4A7b1216
Octal5610257360351121732226
Binary101110100001010111111110011101100101011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,66,47); }

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

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

 a { background-color: rgb(46,66,47); }

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

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

 span { border-color: rgb(46,66,47); }

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