#2E716E

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

Shades of Genoa #2E716E

Tints of Genoa #2E716E

Color information

#2E716E (or 0x2E716E) is unknown color: approx Genoa. HEX triplet: 2E, 71 and 6E. RGB value is (46,113,110). Sum of RGB (Red+Green+Blue) = 46+113+110=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #2E716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E716E is #D18E91. Grayscale: #5C5C5C. Windows color (decimal): -13733522 or 7237934. OLE color: 7237934.

HSL color Cylindrical-coordinate representation of color #2E716E: hue angle of 177.31º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E716E is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB46113110-
CMYK0.5900.030.56
HSL177.31º42.14%31.18%-
HSV(B)177.31º59.29%44.31%-
XYZ9.8513.5216.84-
YUV92.63137.894.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=17.10%
G=42.01%
B=40.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal461131100.5900.030.56177.3142.1431.18
Hex2E716E3B0338b12a1f
Octal561611567303702615237
Binary101110111000111011101110110111110001011000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,110); }

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

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

 a { background-color: rgb(46,113,110); }

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

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

 span { border-color: rgb(46,113,110); }

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