#2E6E62

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

Shades of Genoa #2E6E62

Tints of Genoa #2E6E62

Color information

#2E6E62 (or 0x2E6E62) is unknown color: approx Genoa. HEX triplet: 2E, 6E and 62. RGB value is (46,110,98). Sum of RGB (Red+Green+Blue) = 46+110+98=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E62 is #D1919D. Grayscale: #595959. Windows color (decimal): -13734302 or 6450734. OLE color: 6450734.

HSL color Cylindrical-coordinate representation of color #2E6E62: hue angle of 168.75º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E62 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB4611098-
CMYK0.5800.110.57
HSL168.75º41.03%30.59%-
HSV(B)168.75º58.18%43.14%-
XYZ8.9112.6113.52-
YUV89.5132.896.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 110 (43.36% from 255) = 43.31%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=18.11%
G=43.31%
B=38.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46110980.5800.110.57168.7541.0330.59
Hex2E6E623A0B39a9291f
Octal5615614272013712515137
Binary10111011011101100010111010010111110011010100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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