Html Css Color HEX #2E320B Green Waterloo

📋 copy color: '#2E320B'

red 46 ◦ green 50 ◦ blue 11

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

Shades of Green Waterloo #2E320B

Tints of Green Waterloo #2E320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 42.99%
G = 46.73%
B = 10.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#2E320B (or 0x2E320B) is known color: Green Waterloo. HEX triplet: 2E, 32 and 0B. RGB value is (46,50,11). Sum of RGB (Red+Green+Blue) = 46+50+11=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #2E320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E320B is #D1CDF4. Grayscale: #2C2C2C. Windows color (decimal): -13749749 or 733742. OLE color: 733742.

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

Color convert

RGB 46 50 11 -
CMYK 0.08 0 0.78 0.80
HSL 66.15º 0.64% 0.12% -
HSV(B) 66.15º 0.78% 0.2% -
XYZ 2.33 2.89 0.75 -
YUV 44.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 46 50 11 0.08 0 0.78 0.80 66.15 0.64 0.12
Hex 2E 32 B 8 0 4E 50 42 40 C
Octal 56 62 13 10 0 116 120 102 100 14
Binary 101110 110010 1011 1000 0 1001110 1010000 1000010 1000000 1100

Color Harmonies of #2E320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E320B

Black with #2E320B

Text Example


Text Example

White with #2E320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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