#2E7860

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

Shades of Genoa #2E7860

Tints of Genoa #2E7860

Color information

#2E7860 (or 0x2E7860) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 60. RGB value is (46,120,96). Sum of RGB (Red+Green+Blue) = 46+120+96=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7860 is #D1879F. Grayscale: #5F5F5F. Windows color (decimal): -13731744 or 6322222. OLE color: 6322222.

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

Color convert

RGB4612096-
CMYK0.6200.20.53
HSL160.54º44.58%32.55%-
HSV(B)160.54º61.67%47.06%-
XYZ9.9514.8613.41-
YUV95.14128.4892.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=17.56%
G=45.80%
B=36.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120960.6200.20.53160.5444.5832.55
Hex2E78603E01435a12d21
Octal5617014076024652415541
Binary1011101111000110000011111001010011010110100001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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