#2E795E

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

Shades of Genoa #2E795E

Tints of Genoa #2E795E

Color information

#2E795E (or 0x2E795E) is unknown color: approx Genoa. HEX triplet: 2E, 79 and 5E. RGB value is (46,121,94). Sum of RGB (Red+Green+Blue) = 46+121+94=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #2E795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E795E is #D186A1. Grayscale: #5F5F5F. Windows color (decimal): -13731490 or 6191406. OLE color: 6191406.

HSL color Cylindrical-coordinate representation of color #2E795E: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E795E is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB4612194-
CMYK0.6200.220.53
HSL158.4º44.91%32.75%-
HSV(B)158.4º61.98%47.45%-
XYZ9.9815.0612.97-
YUV95.5127.1592.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=17.62%
G=46.36%
B=36.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46121940.6200.220.53158.444.9132.75
Hex2E795E3E016359e2d21
Octal5617113676026652365541
Binary1011101111001101111011111001011011010110011110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,94); }

 H1.HeaderClassName
 {
   color: #2E795E;
 }
 .AnyTagClassName
 {
   color: #2E795E;
 }
</style>
background-color css

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

 a { background-color: rgb(46,121,94); }

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

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

 span { border-color: rgb(46,121,94); }

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