#2E716D

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

Shades of Genoa #2E716D

Tints of Genoa #2E716D

Color information

#2E716D (or 0x2E716D) is unknown color: approx Genoa. HEX triplet: 2E, 71 and 6D. RGB value is (46,113,109). Sum of RGB (Red+Green+Blue) = 46+113+109=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #2E716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E716D is #D18E92. Grayscale: #5C5C5C. Windows color (decimal): -13733523 or 7172398. OLE color: 7172398.

HSL color Cylindrical-coordinate representation of color #2E716D: hue angle of 176.42º 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 #2E716D is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB46113109-
CMYK0.5900.040.56
HSL176.42º42.14%31.18%-
HSV(B)176.42º59.29%44.31%-
XYZ9.7913.516.56-
YUV92.51137.394.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=17.16%
G=42.16%
B=40.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal461131090.5900.040.56176.4242.1431.18
Hex2E716D3B0438b02a1f
Octal561611557304702605237
Binary1011101110001110110111101101001110001011000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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