#2E4233

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

Shades of Timber Green #2E4233

Tints of Timber Green #2E4233

Color information

#2E4233 (or 0x2E4233) is unknown color: approx Timber Green. HEX triplet: 2E, 42 and 33. RGB value is (46,66,51). Sum of RGB (Red+Green+Blue) = 46+66+51=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4233 is #D1BDCC. Grayscale: #3A3A3A. Windows color (decimal): -13745613 or 3359278. OLE color: 3359278.

HSL color Cylindrical-coordinate representation of color #2E4233: hue angle of 135º 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 #2E4233 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB466651-
CMYK0.3000.230.74
HSL135º17.86%21.96%-
HSV(B)135º30.3%25.88%-
XYZ3.674.723.85-
YUV58.31123.87119.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=28.22%
G=40.49%
B=31.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666510.3000.230.7413517.8621.96
Hex2E42331E0174A871216
Octal5610263360271122072226
Binary1011101000010110011111100101111001010100001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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