#2E3107

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

Shades of Green Waterloo #2E3107

Tints of Green Waterloo #2E3107

Color information

#2E3107 (or 0x2E3107) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 07. RGB value is (46,49,7). Sum of RGB (Red+Green+Blue) = 46+49+7=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3107 is #D1CEF8. Grayscale: #2B2B2B. Windows color (decimal): -13750009 or 471342. OLE color: 471342.

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

Color convert

RGB46497-
CMYK0.0600.860.81
HSL64.29º75%10.98%-
HSV(B)64.29º85.71%19.22%-
XYZ2.262.790.62-
YUV43.32107.51129.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 7 (3.12% from 255) = 6.86%
R=45.10%
G=48.04%
B=6.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464970.0600.860.8164.297510.98
Hex2E317605651404bb
Octal566176012612110011313
Binary101110110001111110010101101010001100000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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