#2E7F63

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

Shades of Genoa #2E7F63

Tints of Genoa #2E7F63

Color information

#2E7F63 (or 0x2E7F63) is unknown color: approx Genoa. HEX triplet: 2E, 7F and 63. RGB value is (46,127,99). Sum of RGB (Red+Green+Blue) = 46+127+99=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F63 is #D1809C. Grayscale: #636363. Windows color (decimal): -13729949 or 6520622. OLE color: 6520622.

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

Color convert

RGB4612799-
CMYK0.6400.220.50
HSL159.26º46.82%33.92%-
HSV(B)159.26º63.78%49.8%-
XYZ10.9716.6614.44-
YUV99.59127.6689.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=16.91%
G=46.69%
B=36.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127990.6400.220.50159.2646.8233.92
Hex2E7F6340016329f2f22
Octal56177143100026622375742
Binary10111011111111100011100000001011011001010011111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,99); }

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

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

 a { background-color: rgb(46,127,99); }

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

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

 span { border-color: rgb(46,127,99); }

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