Html Css Color HEX #2E3120 Green Waterloo

📋 copy color: '#2E3120'

red 46 ◦ green 49 ◦ blue 32

#2E3120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #2E3120

Tints of Green Waterloo #2E3120

RGB

 RED value IS 46 (18.36% from 255) = 36.22%

 GREEN value IS 49 (19.53% from 255) = 38.58%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 36.22%
G = 38.58%
B = 25.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#2E3120 (or 0x2E3120) is known color: Green Waterloo. HEX triplet: 2E, 31 and 20. RGB value is (46,49,32). Sum of RGB (Red+Green+Blue) = 46+49+32=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3120 is #D1CEDF. Grayscale: #2E2E2E. Windows color (decimal): -13749984 or 2109742. OLE color: 2109742.

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

Color convert

RGB 46 49 32 -
CMYK 0.06 0 0.35 0.81
HSL 70.59º 0.21% 0.16% -
HSV(B) 70.59º 0.35% 0.19% -
XYZ 2.49 2.88 1.79 -
YUV 46.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 46 49 32 0.06 0 0.35 0.81 70.59 0.21 0.16
Hex 2E 31 20 6 0 23 51 47 15 10
Octal 56 61 40 6 0 43 121 107 25 20
Binary 101110 110001 100000 110 0 100011 1010001 1000111 10101 10000

Color Harmonies of #2E3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3120

Black with #2E3120

Text Example


Text Example

White with #2E3120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,32); }

 H1.HeaderClassName
 {
   color: #2E3120;
 }
 .AnyTagClassName
 {
   color: #2E3120;
 }
</style>

background-color css

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

 a { background-color: rgb(46,49,32); }

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

border-color css

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

 span { border-color: rgb(46,49,32); }

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