#2E482F

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

Shades of Timber Green #2E482F

Tints of Timber Green #2E482F

Color information

#2E482F (or 0x2E482F) is unknown color: approx Timber Green. HEX triplet: 2E, 48 and 2F. RGB value is (46,72,47). Sum of RGB (Red+Green+Blue) = 46+72+47=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #2E482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E482F is #D1B7D0. Grayscale: #3D3D3D. Windows color (decimal): -13744081 or 3098670. OLE color: 3098670.

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

Color convert

RGB467247-
CMYK0.3600.350.72
HSL122.31º22.03%23.14%-
HSV(B)122.31º36.11%28.24%-
XYZ3.965.423.53-
YUV61.38119.89117.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=27.88%
G=43.64%
B=28.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672470.3600.350.72122.3122.0323.14
Hex2E482F24023487a1617
Octal5611057440431101722627
Binary10111010010001011111001000100011100100011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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