#2E3212

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

Shades of Green Waterloo #2E3212

Tints of Green Waterloo #2E3212

Color information

#2E3212 (or 0x2E3212) is unknown color: approx Green Waterloo. HEX triplet: 2E, 32 and 12. RGB value is (46,50,18). Sum of RGB (Red+Green+Blue) = 46+50+18=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3212 is #D1CDED. Grayscale: #2D2D2D. Windows color (decimal): -13749742 or 1192494. OLE color: 1192494.

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

Color convert

RGB465018-
CMYK0.0800.640.80
HSL67.5º47.06%13.33%-
HSV(B)67.5º64%19.61%-
XYZ2.382.911.01-
YUV45.16112.67128.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.35%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=40.35%
G=43.86%
B=15.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650180.0800.640.8067.547.0613.33
Hex2E3212804050442fd
Octal5662221001001201045715
Binary10111011001010010100001000000101000010001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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