Html Css Color HEX #2E321F Green Waterloo

📋 copy color: '#2E321F'

red 46 ◦ green 50 ◦ blue 31

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

Shades of Green Waterloo #2E321F

Tints of Green Waterloo #2E321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 36.22%
G = 39.37%
B = 24.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#2E321F (or 0x2E321F) is known color: Green Waterloo. HEX triplet: 2E, 32 and 1F. RGB value is (46,50,31). Sum of RGB (Red+Green+Blue) = 46+50+31=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #2E321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E321F is #D1CDE0. Grayscale: #2E2E2E. Windows color (decimal): -13749729 or 2044462. OLE color: 2044462.

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

Color convert

RGB 46 50 31 -
CMYK 0.08 0 0.38 0.80
HSL 72.63º 0.23% 0.16% -
HSV(B) 72.63º 0.38% 0.2% -
XYZ 2.51 2.96 1.74 -
YUV 46.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 46 50 31 0.08 0 0.38 0.80 72.63 0.23 0.16
Hex 2E 32 1F 8 0 26 50 49 17 10
Octal 56 62 37 10 0 46 120 111 27 20
Binary 101110 110010 11111 1000 0 100110 1010000 1001001 10111 10000

Color Harmonies of #2E321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E321F

Black with #2E321F

Text Example


Text Example

White with #2E321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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