#2E3218

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

Shades of Green Waterloo #2E3218

Tints of Green Waterloo #2E3218

Color information

#2E3218 (or 0x2E3218) is unknown color: approx Green Waterloo. HEX triplet: 2E, 32 and 18. RGB value is (46,50,24). Sum of RGB (Red+Green+Blue) = 46+50+24=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3218 is #D1CDE7. Grayscale: #2D2D2D. Windows color (decimal): -13749736 or 1585710. OLE color: 1585710.

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

Color convert

RGB465024-
CMYK0.0800.520.80
HSL69.23º35.14%14.51%-
HSV(B)69.23º52%19.61%-
XYZ2.432.931.3-
YUV45.84115.67128.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 24 (9.77% from 255) = 20%
R=38.33%
G=41.67%
B=20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650240.0800.520.8069.2335.1414.51
Hex2E32188034504523f
Octal566230100641201054317
Binary1011101100101100010000110100101000010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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