Html Css Color HEX #2E3117 Green Waterloo

📋 copy color: '#2E3117'

red 46 ◦ green 49 ◦ blue 23

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

Shades of Green Waterloo #2E3117

Tints of Green Waterloo #2E3117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.49%

R = 38.98%
G = 41.53%
B = 19.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#2E3117 (or 0x2E3117) is known color: Green Waterloo. HEX triplet: 2E, 31 and 17. RGB value is (46,49,23). Sum of RGB (Red+Green+Blue) = 46+49+23=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3117 is #D1CEE8. Grayscale: #2D2D2D. Windows color (decimal): -13749993 or 1519918. OLE color: 1519918.

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

Color convert

RGB 46 49 23 -
CMYK 0.06 0 0.53 0.81
HSL 66.92º 0.36% 0.14% -
HSV(B) 66.92º 0.53% 0.19% -
XYZ 2.38 2.84 1.23 -
YUV 45.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 46 49 23 0.06 0 0.53 0.81 66.92 0.36 0.14
Hex 2E 31 17 6 0 35 51 43 24 E
Octal 56 61 27 6 0 65 121 103 44 16
Binary 101110 110001 10111 110 0 110101 1010001 1000011 100100 1110

Color Harmonies of #2E3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3117

Black with #2E3117

Text Example


Text Example

White with #2E3117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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