#2E7865

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

Shades of Genoa #2E7865

Tints of Genoa #2E7865

Color information

#2E7865 (or 0x2E7865) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 65. RGB value is (46,120,101). Sum of RGB (Red+Green+Blue) = 46+120+101=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7865 is #D1879A. Grayscale: #5F5F5F. Windows color (decimal): -13731739 or 6649902. OLE color: 6649902.

HSL color Cylindrical-coordinate representation of color #2E7865: hue angle of 164.59º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7865 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB46120101-
CMYK0.6200.160.53
HSL164.59º44.58%32.55%-
HSV(B)164.59º61.67%47.06%-
XYZ10.1914.9514.66-
YUV95.71130.9892.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.23%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=17.23%
G=44.94%
B=37.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201010.6200.160.53164.5944.5832.55
Hex2E78653E01035a52d21
Octal5617014576020652455541
Binary1011101111000110010111111001000011010110100101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,101); }

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

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

 a { background-color: rgb(46,120,101); }

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

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

 span { border-color: rgb(46,120,101); }

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