#2E866E

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

Shades of Genoa #2E866E

Tints of Genoa #2E866E

Color information

#2E866E (or 0x2E866E) is unknown color: approx Genoa. HEX triplet: 2E, 86 and 6E. RGB value is (46,134,110). Sum of RGB (Red+Green+Blue) = 46+134+110=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #2E866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E866E is #D17991. Grayscale: #686868. Windows color (decimal): -13728146 or 7243310. OLE color: 7243310.

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

Color convert

RGB46134110-
CMYK0.6600.180.47
HSL163.64º48.89%35.29%-
HSV(B)163.64º65.67%52.55%-
XYZ12.4718.7617.72-
YUV104.95130.8585.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=15.86%
G=46.21%
B=37.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461341100.6600.180.47163.6448.8935.29
Hex2E866E420122Fa43123
Octal56206156102022572446143
Binary101110100001101101110100001001001010111110100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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