#2E311C

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

Shades of Green Waterloo #2E311C

Tints of Green Waterloo #2E311C

Color information

#2E311C (or 0x2E311C) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 1C. RGB value is (46,49,28). Sum of RGB (Red+Green+Blue) = 46+49+28=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #2E311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E311C is #D1CEE3. Grayscale: #2D2D2D. Windows color (decimal): -13749988 or 1847598. OLE color: 1847598.

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

Color convert

RGB464928-
CMYK0.0600.430.81
HSL68.57º27.27%15.1%-
HSV(B)68.57º42.86%19.22%-
XYZ2.432.861.52-
YUV45.71118.01128.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=37.40%
G=39.84%
B=22.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649280.0600.430.8168.5727.2715.1
Hex2E311C602B51451bf
Octal56613460531211053317
Binary10111011000111100110010101110100011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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