#2E3219

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

Shades of Green Waterloo #2E3219

Tints of Green Waterloo #2E3219

Color information

#2E3219 (or 0x2E3219) is unknown color: approx Green Waterloo. HEX triplet: 2E, 32 and 19. RGB value is (46,50,25). Sum of RGB (Red+Green+Blue) = 46+50+25=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3219 is #D1CDE6. Grayscale: #2E2E2E. Windows color (decimal): -13749735 or 1651246. OLE color: 1651246.

HSL color Cylindrical-coordinate representation of color #2E3219: hue angle of 69.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E3219 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB465025-
CMYK0.0800.500.80
HSL69.6º33.33%14.71%-
HSV(B)69.6º50%19.61%-
XYZ2.442.931.36-
YUV45.95116.17128.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=38.02%
G=41.32%
B=20.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650250.0800.500.8069.633.3314.71
Hex2E32198032504621f
Octal566231100621201064117
Binary1011101100101100110000110010101000010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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