Html Css Color HEX #2E331C Green Waterloo

📋 copy color: '#2E331C'

red 46 ◦ green 51 ◦ blue 28

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

Shades of Green Waterloo #2E331C

Tints of Green Waterloo #2E331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

 BLUE value IS 28 (11.33% from 255) = 22.4%

R = 36.8%
G = 40.8%
B = 22.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#2E331C (or 0x2E331C) is known color: Green Waterloo. HEX triplet: 2E, 33 and 1C. RGB value is (46,51,28). Sum of RGB (Red+Green+Blue) = 46+51+28=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #2E331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E331C is #D1CCE3. Grayscale: #2E2E2E. Windows color (decimal): -13749476 or 1848110. OLE color: 1848110.

HSL color Cylindrical-coordinate representation of color #2E331C: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E331C is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 51 28 -
CMYK 0.10 0 0.45 0.8
HSL 73.04º 0.29% 0.15% -
HSV(B) 73.04º 0.45% 0.2% -
XYZ 2.52 3.03 1.55 -
YUV 46.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 46 51 28 0.10 0 0.45 0.8 73.04 0.29 0.15
Hex 2E 33 1C A 0 2D 50 49 1D F
Octal 56 63 34 12 0 55 120 111 35 17
Binary 101110 110011 11100 1010 0 101101 1010000 1001001 11101 1111

Color Harmonies of #2E331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E331C

Black with #2E331C

Text Example


Text Example

White with #2E331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,28); }

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

background-color css

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

 a { background-color: rgb(46,51,28); }

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

border-color css

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

 span { border-color: rgb(46,51,28); }

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