#2E402F

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

Shades of Timber Green #2E402F

Tints of Timber Green #2E402F

Color information

#2E402F (or 0x2E402F) is unknown color: approx Timber Green. HEX triplet: 2E, 40 and 2F. RGB value is (46,64,47). Sum of RGB (Red+Green+Blue) = 46+64+47=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #2E402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E402F is #D1BFD0. Grayscale: #383838. Windows color (decimal): -13746129 or 3096622. OLE color: 3096622.

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

Color convert

RGB466447-
CMYK0.2800.270.75
HSL123.33º16.36%21.57%-
HSV(B)123.33º28.12%25.1%-
XYZ3.474.453.37-
YUV56.68122.54120.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=29.30%
G=40.76%
B=29.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664470.2800.270.75123.3316.3621.57
Hex2E402F1C01B4B7b1016
Octal5610057340331131732026
Binary101110100000010111111100011011100101111110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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