#2E3122

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

Shades of Green Waterloo #2E3122

Tints of Green Waterloo #2E3122

Color information

#2E3122 (or 0x2E3122) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 22. RGB value is (46,49,34). Sum of RGB (Red+Green+Blue) = 46+49+34=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3122 is #D1CEDD. Grayscale: #2E2E2E. Windows color (decimal): -13749982 or 2240814. OLE color: 2240814.

HSL color Cylindrical-coordinate representation of color #2E3122: hue angle of 72º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E3122 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB464934-
CMYK0.0600.310.81
HSL72º18.07%16.27%-
HSV(B)72º30.61%19.22%-
XYZ2.512.891.94-
YUV46.39121.01127.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.66%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=35.66%
G=37.98%
B=26.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649340.0600.310.817218.0716.27
Hex2E3122601F51481210
Octal56614260371211102220
Binary101110110001100010110011111101000110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,49,34); }

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

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

 a { background-color: rgb(46,49,34); }

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

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

 span { border-color: rgb(46,49,34); }

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