Html Css Color HEX #2E3319 Green Waterloo

📋 copy color: '#2E3319'

red 46 ◦ green 51 ◦ blue 25

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

Shades of Green Waterloo #2E3319

Tints of Green Waterloo #2E3319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 37.7%
G = 41.8%
B = 20.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#2E3319 (or 0x2E3319) is known color: Green Waterloo. HEX triplet: 2E, 33 and 19. RGB value is (46,51,25). Sum of RGB (Red+Green+Blue) = 46+51+25=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3319 is #D1CCE6. Grayscale: #2E2E2E. Windows color (decimal): -13749479 or 1651502. OLE color: 1651502.

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

Color convert

RGB 46 51 25 -
CMYK 0.10 0 0.51 0.8
HSL 71.54º 0.34% 0.15% -
HSV(B) 71.54º 0.51% 0.2% -
XYZ 2.49 3.02 1.37 -
YUV 46.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 46 51 25 0.10 0 0.51 0.8 71.54 0.34 0.15
Hex 2E 33 19 A 0 33 50 48 22 F
Octal 56 63 31 12 0 63 120 110 42 17
Binary 101110 110011 11001 1010 0 110011 1010000 1001000 100010 1111

Color Harmonies of #2E3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3319

Black with #2E3319

Text Example


Text Example

White with #2E3319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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