#2E7862

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

Shades of Genoa #2E7862

Tints of Genoa #2E7862

Color information

#2E7862 (or 0x2E7862) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 62. RGB value is (46,120,98). Sum of RGB (Red+Green+Blue) = 46+120+98=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7862 is #D1879D. Grayscale: #5F5F5F. Windows color (decimal): -13731742 or 6453294. OLE color: 6453294.

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

Color convert

RGB4612098-
CMYK0.6200.180.53
HSL162.16º44.58%32.55%-
HSV(B)162.16º61.67%47.06%-
XYZ10.0514.913.9-
YUV95.37129.4892.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=17.42%
G=45.45%
B=37.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120980.6200.180.53162.1644.5832.55
Hex2E78623E01235a22d21
Octal5617014276022652425541
Binary1011101111000110001011111001001011010110100010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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