#2E7F6F

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

Shades of Genoa #2E7F6F

Tints of Genoa #2E7F6F

Color information

#2E7F6F (or 0x2E7F6F) is unknown color: approx Genoa. HEX triplet: 2E, 7F and 6F. RGB value is (46,127,111). Sum of RGB (Red+Green+Blue) = 46+127+111=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F6F is #D18090. Grayscale: #646464. Windows color (decimal): -13729937 or 7307054. OLE color: 7307054.

HSL color Cylindrical-coordinate representation of color #2E7F6F: hue angle of 168.15º 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 #2E7F6F is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB46127111-
CMYK0.6400.130.50
HSL168.15º46.82%33.92%-
HSV(B)168.15º63.78%49.8%-
XYZ11.5916.9117.69-
YUV100.96133.6688.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=16.20%
G=44.72%
B=39.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461271110.6400.130.50168.1546.8233.92
Hex2E7F6F400D32a82f22
Octal56177157100015622505742
Binary1011101111111110111110000000110111001010101000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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