#2E8670

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

Shades of Genoa #2E8670

Tints of Genoa #2E8670

Color information

#2E8670 (or 0x2E8670) is unknown color: approx Genoa. HEX triplet: 2E, 86 and 70. RGB value is (46,134,112). Sum of RGB (Red+Green+Blue) = 46+134+112=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8670 is #D1798F. Grayscale: #696969. Windows color (decimal): -13728144 or 7374382. OLE color: 7374382.

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

Color convert

RGB46134112-
CMYK0.6600.160.47
HSL165º48.89%35.29%-
HSV(B)165º65.67%52.55%-
XYZ12.5818.818.3-
YUV105.18131.8585.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=15.75%
G=45.89%
B=38.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461341120.6600.160.4716548.8935.29
Hex2E8670420102Fa53123
Octal56206160102020572456143
Binary101110100001101110000100001001000010111110100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,134,112); }

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

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

 a { background-color: rgb(46,134,112); }

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

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

 span { border-color: rgb(46,134,112); }

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