#2E3109

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

Shades of Green Waterloo #2E3109

Tints of Green Waterloo #2E3109

Color information

#2E3109 (or 0x2E3109) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 09. RGB value is (46,49,9). Sum of RGB (Red+Green+Blue) = 46+49+9=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3109 is #D1CEF6. Grayscale: #2B2B2B. Windows color (decimal): -13750007 or 602414. OLE color: 602414.

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

Color convert

RGB46499-
CMYK0.0600.820.81
HSL64.5º68.97%11.37%-
HSV(B)64.5º81.63%19.22%-
XYZ2.272.80.68-
YUV43.54108.51129.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=44.23%
G=47.12%
B=8.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464990.0600.820.8164.568.9711.37
Hex2E3196052514045b
Octal5661116012212110010513
Binary1011101100011001110010100101010001100000010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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