Html Css Color HEX #2E311B Green Waterloo

📋 copy color: '#2E311B'

red 46 ◦ green 49 ◦ blue 27

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

Shades of Green Waterloo #2E311B

Tints of Green Waterloo #2E311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.13%

R = 37.7%
G = 40.16%
B = 22.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#2E311B (or 0x2E311B) is known color: Green Waterloo. HEX triplet: 2E, 31 and 1B. RGB value is (46,49,27). Sum of RGB (Red+Green+Blue) = 46+49+27=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #2E311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E311B is #D1CEE4. Grayscale: #2D2D2D. Windows color (decimal): -13749989 or 1782062. OLE color: 1782062.

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

Color convert

RGB 46 49 27 -
CMYK 0.06 0 0.45 0.81
HSL 68.18º 0.29% 0.15% -
HSV(B) 68.18º 0.45% 0.19% -
XYZ 2.42 2.86 1.46 -
YUV 45.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 46 49 27 0.06 0 0.45 0.81 68.18 0.29 0.15
Hex 2E 31 1B 6 0 2D 51 44 1D F
Octal 56 61 33 6 0 55 121 104 35 17
Binary 101110 110001 11011 110 0 101101 1010001 1000100 11101 1111

Color Harmonies of #2E311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E311B

Black with #2E311B

Text Example


Text Example

White with #2E311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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