#2E3319

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

Shades of Green Waterloo #2E3319

Tints of Green Waterloo #2E3319

Color information

#2E3319 (or 0x2E3319) is unknown color: approx Green Waterloo. HEX triplet: 2E, 33 and 19. RGB value is (46,51,25). Sum of RGB (Red+Green+Blue) = 46+51+25=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3319 is #D1CCE6. Grayscale: #2E2E2E. Windows color (decimal): -13749479 or 1651502. OLE color: 1651502.

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

Color convert

RGB465125-
CMYK0.1000.510.8
HSL71.54º34.21%14.9%-
HSV(B)71.54º50.98%20%-
XYZ2.493.021.37-
YUV46.54115.84127.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=37.70%
G=41.80%
B=20.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651250.1000.510.871.5434.2114.9
Hex2E3319A033504822f
Octal566331120631201104217
Binary1011101100111100110100110011101000010010001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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