#2E786A

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

Shades of Genoa #2E786A

Tints of Genoa #2E786A

Color information

#2E786A (or 0x2E786A) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 6A. RGB value is (46,120,106). Sum of RGB (Red+Green+Blue) = 46+120+106=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786A is #D18795. Grayscale: #606060. Windows color (decimal): -13731734 or 6977582. OLE color: 6977582.

HSL color Cylindrical-coordinate representation of color #2E786A: hue angle of 168.65º 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 #2E786A is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB46120106-
CMYK0.6200.120.53
HSL168.65º44.58%32.55%-
HSV(B)168.65º61.67%47.06%-
XYZ10.4415.0515.99-
YUV96.28133.4892.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=16.91%
G=44.12%
B=38.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201060.6200.120.53168.6544.5832.55
Hex2E786A3E0C35a92d21
Octal5617015276014652515541
Binary101110111100011010101111100110011010110101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,106); }

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

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

 a { background-color: rgb(46,120,106); }

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

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

 span { border-color: rgb(46,120,106); }

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