#2E412F

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

Shades of Timber Green #2E412F

Tints of Timber Green #2E412F

Color information

#2E412F (or 0x2E412F) is unknown color: approx Timber Green. HEX triplet: 2E, 41 and 2F. RGB value is (46,65,47). Sum of RGB (Red+Green+Blue) = 46+65+47=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #2E412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E412F is #D1BED0. Grayscale: #393939. Windows color (decimal): -13745873 or 3096878. OLE color: 3096878.

HSL color Cylindrical-coordinate representation of color #2E412F: hue angle of 123.16º 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 #2E412F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB466547-
CMYK0.2900.280.75
HSL123.16º17.12%21.76%-
HSV(B)123.16º29.23%25.49%-
XYZ3.534.573.38-
YUV57.27122.21119.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=29.11%
G=41.14%
B=29.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665470.2900.280.75123.1617.1221.76
Hex2E412F1D01C4B7b1116
Octal5610157350341131732126
Binary101110100000110111111101011100100101111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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