Html Css Color HEX #2E3216 Green Waterloo

📋 copy color: '#2E3216'

red 46 ◦ green 50 ◦ blue 22

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

Shades of Green Waterloo #2E3216

Tints of Green Waterloo #2E3216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.37%

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 38.98%
G = 42.37%
B = 18.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#2E3216 (or 0x2E3216) is known color: Green Waterloo. HEX triplet: 2E, 32 and 16. RGB value is (46,50,22). Sum of RGB (Red+Green+Blue) = 46+50+22=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3216 is #D1CDE9. Grayscale: #2D2D2D. Windows color (decimal): -13749738 or 1454638. OLE color: 1454638.

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

Color convert

RGB 46 50 22 -
CMYK 0.08 0 0.56 0.80
HSL 68.57º 0.39% 0.14% -
HSV(B) 68.57º 0.56% 0.2% -
XYZ 2.41 2.92 1.2 -
YUV 45.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 46 50 22 0.08 0 0.56 0.80 68.57 0.39 0.14
Hex 2E 32 16 8 0 38 50 45 27 E
Octal 56 62 26 10 0 70 120 105 47 16
Binary 101110 110010 10110 1000 0 111000 1010000 1000101 100111 1110

Color Harmonies of #2E3216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3216

Black with #2E3216

Text Example


Text Example

White with #2E3216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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