#2E786B

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

Shades of Genoa #2E786B

Tints of Genoa #2E786B

Color information

#2E786B (or 0x2E786B) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 6B. RGB value is (46,120,107). Sum of RGB (Red+Green+Blue) = 46+120+107=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786B is #D18794. Grayscale: #606060. Windows color (decimal): -13731733 or 7043118. OLE color: 7043118.

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

Color convert

RGB46120107-
CMYK0.6200.110.53
HSL169.46º44.58%32.55%-
HSV(B)169.46º61.67%47.06%-
XYZ10.515.0816.27-
YUV96.39133.9892.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=16.85%
G=43.96%
B=39.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201070.6200.110.53169.4644.5832.55
Hex2E786B3E0B35a92d21
Octal5617015376013652515541
Binary101110111100011010111111100101111010110101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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