#2E886E

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

Shades of Genoa #2E886E

Tints of Genoa #2E886E

Color information

#2E886E (or 0x2E886E) is unknown color: approx Genoa. HEX triplet: 2E, 88 and 6E. RGB value is (46,136,110). Sum of RGB (Red+Green+Blue) = 46+136+110=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #2E886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E886E is #D17791. Grayscale: #6A6A6A. Windows color (decimal): -13727634 or 7243822. OLE color: 7243822.

HSL color Cylindrical-coordinate representation of color #2E886E: hue angle of 162.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E886E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB46136110-
CMYK0.6600.190.47
HSL162.67º49.45%35.69%-
HSV(B)162.67º66.18%53.33%-
XYZ12.7519.3117.81-
YUV106.13130.1885.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=15.75%
G=46.58%
B=37.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461361100.6600.190.47162.6749.4535.69
Hex2E886E420132Fa33124
Octal56210156102023572436144
Binary101110100010001101110100001001001110111110100011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,136,110); }

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

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

 a { background-color: rgb(46,136,110); }

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

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

 span { border-color: rgb(46,136,110); }

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