#2E3024

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

Shades of Green Waterloo #2E3024

Tints of Green Waterloo #2E3024

Color information

#2E3024 (or 0x2E3024) is unknown color: approx Green Waterloo. HEX triplet: 2E, 30 and 24. RGB value is (46,48,36). Sum of RGB (Red+Green+Blue) = 46+48+36=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3024 is #D1CFDB. Grayscale: #2E2E2E. Windows color (decimal): -13750236 or 2371630. OLE color: 2371630.

HSL color Cylindrical-coordinate representation of color #2E3024: hue angle of 70º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3024 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB464836-
CMYK0.0400.250.81
HSL70º14.29%16.47%-
HSV(B)70º25%18.82%-
XYZ2.52.822.08-
YUV46.03122.34127.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=35.38%
G=36.92%
B=27.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648360.0400.250.817014.2916.47
Hex2E302440195146e10
Octal56604440311211061620
Binary10111011000010010010001100110100011000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,36); }

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

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

 a { background-color: rgb(46,48,36); }

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

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

 span { border-color: rgb(46,48,36); }

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