Html Css Color HEX #2E3122 Green Waterloo

📋 copy color: '#2E3122'

red 46 ◦ green 49 ◦ blue 34

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

Shades of Green Waterloo #2E3122

Tints of Green Waterloo #2E3122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.36%

R = 35.66%
G = 37.98%
B = 26.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#2E3122 (or 0x2E3122) is known color: Green Waterloo. HEX triplet: 2E, 31 and 22. RGB value is (46,49,34). Sum of RGB (Red+Green+Blue) = 46+49+34=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3122 is #D1CEDD. Grayscale: #2E2E2E. Windows color (decimal): -13749982 or 2240814. OLE color: 2240814.

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

Color convert

RGB 46 49 34 -
CMYK 0.06 0 0.31 0.81
HSL 72º 0.18% 0.16% -
HSV(B) 72º 0.31% 0.19% -
XYZ 2.51 2.89 1.94 -
YUV 46.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 46 49 34 0.06 0 0.31 0.81 72 0.18 0.16
Hex 2E 31 22 6 0 1F 51 48 12 10
Octal 56 61 42 6 0 37 121 110 22 20
Binary 101110 110001 100010 110 0 11111 1010001 1001000 10010 10000

Color Harmonies of #2E3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3122

Black with #2E3122

Text Example


Text Example

White with #2E3122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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