#2E331A

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

Shades of Green Waterloo #2E331A

Tints of Green Waterloo #2E331A

Color information

#2E331A (or 0x2E331A) is unknown color: approx Green Waterloo. HEX triplet: 2E, 33 and 1A. RGB value is (46,51,26). Sum of RGB (Red+Green+Blue) = 46+51+26=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #2E331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E331A is #D1CCE5. Grayscale: #2E2E2E. Windows color (decimal): -13749478 or 1717038. OLE color: 1717038.

HSL color Cylindrical-coordinate representation of color #2E331A: hue angle of 72º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E331A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB465126-
CMYK0.1000.490.8
HSL72º32.47%15.1%-
HSV(B)72º49.02%20%-
XYZ2.53.021.43-
YUV46.65116.34127.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=37.40%
G=41.46%
B=21.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651260.1000.490.87232.4715.1
Hex2E331AA031504820f
Octal566332120611201104017
Binary1011101100111101010100110001101000010010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,51,26); }

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

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

 a { background-color: rgb(46,51,26); }

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

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

 span { border-color: rgb(46,51,26); }

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