#2E8976

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

Shades of Genoa #2E8976

Tints of Genoa #2E8976

Color information

#2E8976 (or 0x2E8976) is unknown color: approx Genoa. HEX triplet: 2E, 89 and 76. RGB value is (46,137,118). Sum of RGB (Red+Green+Blue) = 46+137+118=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8976 is #D17689. Grayscale: #6B6B6B. Windows color (decimal): -13727370 or 7768366. OLE color: 7768366.

HSL color Cylindrical-coordinate representation of color #2E8976: hue angle of 167.47º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8976 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB46137118-
CMYK0.6600.140.46
HSL167.47º49.73%35.88%-
HSV(B)167.47º66.42%53.73%-
XYZ13.3419.7820.25-
YUV107.62133.8584.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=15.28%
G=45.51%
B=39.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371180.6600.140.46167.4749.7335.88
Hex2E8976420E2Ea73224
Octal56211166102016562476244
Binary10111010001001111011010000100111010111010100111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,118); }

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

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

 a { background-color: rgb(46,137,118); }

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

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

 span { border-color: rgb(46,137,118); }

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