#2E321D

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

Shades of Green Waterloo #2E321D

Tints of Green Waterloo #2E321D

Color information

#2E321D (or 0x2E321D) is unknown color: approx Green Waterloo. HEX triplet: 2E, 32 and 1D. RGB value is (46,50,29). Sum of RGB (Red+Green+Blue) = 46+50+29=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #2E321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E321D is #D1CDE2. Grayscale: #2E2E2E. Windows color (decimal): -13749731 or 1913390. OLE color: 1913390.

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

Color convert

RGB465029-
CMYK0.0800.420.80
HSL71.43º26.58%15.49%-
HSV(B)71.43º42%19.61%-
XYZ2.492.951.6-
YUV46.41118.17127.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.8%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=36.8%
G=40%
B=23.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650290.0800.420.8071.4326.5815.49
Hex2E321D802A50471bf
Octal566235100521201073317
Binary101110110010111011000010101010100001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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