#2E3211

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

Shades of Green Waterloo #2E3211

Tints of Green Waterloo #2E3211

Color information

#2E3211 (or 0x2E3211) is unknown color: approx Green Waterloo. HEX triplet: 2E, 32 and 11. RGB value is (46,50,17). Sum of RGB (Red+Green+Blue) = 46+50+17=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3211 is #D1CDEE. Grayscale: #2D2D2D. Windows color (decimal): -13749743 or 1126958. OLE color: 1126958.

HSL color Cylindrical-coordinate representation of color #2E3211: hue angle of 67.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3211 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB465017-
CMYK0.0800.660.80
HSL67.27º49.25%13.14%-
HSV(B)67.27º66%19.61%-
XYZ2.372.90.97-
YUV45.04112.17128.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=40.71%
G=44.25%
B=15.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650170.0800.660.8067.2749.2513.14
Hex2E32118042504331d
Octal5662211001021201036115
Binary10111011001010001100001000010101000010000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,17); }

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

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

 a { background-color: rgb(46,50,17); }

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

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

 span { border-color: rgb(46,50,17); }

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