#2E3120

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

Shades of Green Waterloo #2E3120

Tints of Green Waterloo #2E3120

Color information

#2E3120 (or 0x2E3120) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 20. RGB value is (46,49,32). Sum of RGB (Red+Green+Blue) = 46+49+32=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3120 is #D1CEDF. Grayscale: #2E2E2E. Windows color (decimal): -13749984 or 2109742. OLE color: 2109742.

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

Color convert

RGB464932-
CMYK0.0600.350.81
HSL70.59º20.99%15.88%-
HSV(B)70.59º34.69%19.22%-
XYZ2.492.881.79-
YUV46.16120.01127.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=36.22%
G=38.58%
B=25.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649320.0600.350.8170.5920.9915.88
Hex2E3120602351471510
Octal56614060431211072520
Binary1011101100011000001100100011101000110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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