#2E7060

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

Shades of Genoa #2E7060

Tints of Genoa #2E7060

Color information

#2E7060 (or 0x2E7060) is unknown color: approx Genoa. HEX triplet: 2E, 70 and 60. RGB value is (46,112,96). Sum of RGB (Red+Green+Blue) = 46+112+96=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7060 is #D18F9F. Grayscale: #5A5A5A. Windows color (decimal): -13733792 or 6320174. OLE color: 6320174.

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

Color convert

RGB4611296-
CMYK0.5900.140.56
HSL165.45º41.77%30.98%-
HSV(B)165.45º58.93%43.92%-
XYZ9.0313.0113.1-
YUV90.44131.1396.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=18.11%
G=44.09%
B=37.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112960.5900.140.56165.4541.7730.98
Hex2E70603B0E38a52a1f
Octal5616014073016702455237
Binary10111011100001100000111011011101110001010010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,96); }

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

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

 a { background-color: rgb(46,112,96); }

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

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

 span { border-color: rgb(46,112,96); }

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