Html Css Color HEX #2E311A Green Waterloo

📋 copy color: '#2E311A'

red 46 ◦ green 49 ◦ blue 26

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

Shades of Green Waterloo #2E311A

Tints of Green Waterloo #2E311A

RGB

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

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

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

R = 38.02%
G = 40.5%
B = 21.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#2E311A (or 0x2E311A) is known color: Green Waterloo. HEX triplet: 2E, 31 and 1A. RGB value is (46,49,26). Sum of RGB (Red+Green+Blue) = 46+49+26=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #2E311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E311A is #D1CEE5. Grayscale: #2D2D2D. Windows color (decimal): -13749990 or 1716526. OLE color: 1716526.

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

Color convert

RGB 46 49 26 -
CMYK 0.06 0 0.47 0.81
HSL 67.83º 0.31% 0.15% -
HSV(B) 67.83º 0.47% 0.19% -
XYZ 2.41 2.85 1.4 -
YUV 45.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 46 49 26 0.06 0 0.47 0.81 67.83 0.31 0.15
Hex 2E 31 1A 6 0 2F 51 44 1F F
Octal 56 61 32 6 0 57 121 104 37 17
Binary 101110 110001 11010 110 0 101111 1010001 1000100 11111 1111

Color Harmonies of #2E311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E311A

Black with #2E311A

Text Example


Text Example

White with #2E311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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