#2E320B

Color #2E320B Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #2E320B

Tints of Green Waterloo #2E320B

Color information

#2E320B (or 0x2E320B) is unknown color: approx 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

RGB465011-
CMYK0.0800.780.80
HSL66.15º63.93%11.96%-
HSV(B)66.15º78%19.61%-
XYZ2.332.890.75-
YUV44.36109.17129.17-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650110.0800.780.8066.1563.9311.96
Hex2E32B804E504240c
Octal56621310011612010210014
Binary10111011001010111000010011101010000100001010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>