#2E310D

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

Shades of Green Waterloo #2E310D

Tints of Green Waterloo #2E310D

Color information

#2E310D (or 0x2E310D) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 0D. RGB value is (46,49,13). Sum of RGB (Red+Green+Blue) = 46+49+13=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310D is #D1CEF2. Grayscale: #2C2C2C. Windows color (decimal): -13750003 or 864558. OLE color: 864558.

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

Color convert

RGB464913-
CMYK0.0600.730.81
HSL65º58.06%12.16%-
HSV(B)65º73.47%19.22%-
XYZ2.32.810.8-
YUV44110.51129.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=42.59%
G=45.37%
B=12.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649130.0600.730.816558.0612.16
Hex2E31D604951413ac
Octal566115601111211017214
Binary101110110001110111001001001101000110000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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