Html Css Color HEX #2E3210 Green Waterloo

📋 copy color: '#2E3210'

red 46 ◦ green 50 ◦ blue 16

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

Shades of Green Waterloo #2E3210

Tints of Green Waterloo #2E3210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 44.64%

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 41.07%
G = 44.64%
B = 14.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#2E3210 (or 0x2E3210) is known color: Green Waterloo. HEX triplet: 2E, 32 and 10. RGB value is (46,50,16). Sum of RGB (Red+Green+Blue) = 46+50+16=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3210 is #D1CDEF. Grayscale: #2D2D2D. Windows color (decimal): -13749744 or 1061422. OLE color: 1061422.

HSL color Cylindrical-coordinate representation of color #2E3210: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3210 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 50 16 -
CMYK 0.08 0 0.68 0.80
HSL 67.06º 0.52% 0.13% -
HSV(B) 67.06º 0.68% 0.2% -
XYZ 2.36 2.9 0.93 -
YUV 44.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 46 50 16 0.08 0 0.68 0.80 67.06 0.52 0.13
Hex 2E 32 10 8 0 44 50 43 34 D
Octal 56 62 20 10 0 104 120 103 64 15
Binary 101110 110010 10000 1000 0 1000100 1010000 1000011 110100 1101

Color Harmonies of #2E3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3210

Black with #2E3210

Text Example


Text Example

White with #2E3210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,16); }

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

background-color css

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

 a { background-color: rgb(46,50,16); }

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

border-color css

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

 span { border-color: rgb(46,50,16); }

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