Html Css Color HEX #2E331A Green Waterloo

📋 copy color: '#2E331A'

red 46 ◦ green 51 ◦ blue 26

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

Shades of Green Waterloo #2E331A

Tints of Green Waterloo #2E331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 37.4%
G = 41.46%
B = 21.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#2E331A (or 0x2E331A) is known color: Green Waterloo. HEX triplet: 2E, 33 and 1A. RGB value is (46,51,26). Sum of RGB (Red+Green+Blue) = 46+51+26=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #2E331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E331A is #D1CCE5. Grayscale: #2E2E2E. Windows color (decimal): -13749478 or 1717038. OLE color: 1717038.

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

Color convert

RGB 46 51 26 -
CMYK 0.10 0 0.49 0.8
HSL 72º 0.32% 0.15% -
HSV(B) 72º 0.49% 0.2% -
XYZ 2.5 3.02 1.43 -
YUV 46.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 46 51 26 0.10 0 0.49 0.8 72 0.32 0.15
Hex 2E 33 1A A 0 31 50 48 20 F
Octal 56 63 32 12 0 61 120 110 40 17
Binary 101110 110011 11010 1010 0 110001 1010000 1001000 100000 1111

Color Harmonies of #2E331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E331A

Black with #2E331A

Text Example


Text Example

White with #2E331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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