#2E8174

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

Shades of Genoa #2E8174

Tints of Genoa #2E8174

Color information

#2E8174 (or 0x2E8174) is unknown color: approx Genoa. HEX triplet: 2E, 81 and 74. RGB value is (46,129,116). Sum of RGB (Red+Green+Blue) = 46+129+116=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8174 is #D17E8B. Grayscale: #666666. Windows color (decimal): -13729420 or 7635246. OLE color: 7635246.

HSL color Cylindrical-coordinate representation of color #2E8174: hue angle of 170.6º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8174 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB46129116-
CMYK0.6400.100.49
HSL170.6º47.43%34.31%-
HSV(B)170.6º64.34%50.59%-
XYZ12.1317.5419.27-
YUV102.7135.587.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=15.81%
G=44.33%
B=39.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461291160.6400.100.49170.647.4334.31
Hex2E8174400A31ab2f22
Octal56201164100012612535742
Binary10111010000001111010010000000101011000110101011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,116); }

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

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

 a { background-color: rgb(46,129,116); }

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

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

 span { border-color: rgb(46,129,116); }

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