#2E806F

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

Shades of Genoa #2E806F

Tints of Genoa #2E806F

Color information

#2E806F (or 0x2E806F) is unknown color: approx Genoa. HEX triplet: 2E, 80 and 6F. RGB value is (46,128,111). Sum of RGB (Red+Green+Blue) = 46+128+111=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #2E806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E806F is #D17F90. Grayscale: #656565. Windows color (decimal): -13729681 or 7307310. OLE color: 7307310.

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

Color convert

RGB46128111-
CMYK0.6400.130.50
HSL167.56º47.13%34.12%-
HSV(B)167.56º64.06%50.2%-
XYZ11.7217.1717.74-
YUV101.54133.3388.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=16.14%
G=44.91%
B=38.95%

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
Decimal461281110.6400.130.50167.5647.1334.12
Hex2E806F400D32a82f22
Octal56200157100015622505742
Binary10111010000000110111110000000110111001010101000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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