#2E8B75

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

Shades of Genoa #2E8B75

Tints of Genoa #2E8B75

Color information

#2E8B75 (or 0x2E8B75) is unknown color: approx Genoa. HEX triplet: 2E, 8B and 75. RGB value is (46,139,117). Sum of RGB (Red+Green+Blue) = 46+139+117=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8B75 is #D1748A. Grayscale: #6C6C6C. Windows color (decimal): -13726859 or 7703342. OLE color: 7703342.

HSL color Cylindrical-coordinate representation of color #2E8B75: hue angle of 165.81º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8B75 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB46139117-
CMYK0.6700.160.45
HSL165.81º50.27%36.27%-
HSV(B)165.81º66.91%54.51%-
XYZ13.5720.3320.04-
YUV108.68132.6983.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=15.23%
G=46.03%
B=38.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461391170.6700.160.45165.8150.2736.27
Hex2E8B75430102Da63224
Octal56213165103020552466244
Binary101110100010111110101100001101000010110110100110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,139,117); }

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

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

 a { background-color: rgb(46,139,117); }

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

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

 span { border-color: rgb(46,139,117); }

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