#2E3016

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

Shades of Green Waterloo #2E3016

Tints of Green Waterloo #2E3016

Color information

#2E3016 (or 0x2E3016) is unknown color: approx Green Waterloo. HEX triplet: 2E, 30 and 16. RGB value is (46,48,22). Sum of RGB (Red+Green+Blue) = 46+48+22=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3016 is #D1CFE9. Grayscale: #2C2C2C. Windows color (decimal): -13750250 or 1454126. OLE color: 1454126.

HSL color Cylindrical-coordinate representation of color #2E3016: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E3016 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB464822-
CMYK0.0400.540.81
HSL64.62º37.14%13.73%-
HSV(B)64.62º54.17%18.82%-
XYZ2.332.751.17-
YUV44.44115.34129.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=39.66%
G=41.38%
B=18.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648220.0400.540.8164.6237.1413.73
Hex2E30164036514125e
Octal56602640661211014516
Binary101110110000101101000110110101000110000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,22); }

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

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

 a { background-color: rgb(46,48,22); }

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

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

 span { border-color: rgb(46,48,22); }

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