#2E8975

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

Shades of Genoa #2E8975

Tints of Genoa #2E8975

Color information

#2E8975 (or 0x2E8975) is unknown color: approx Genoa. HEX triplet: 2E, 89 and 75. RGB value is (46,137,117). Sum of RGB (Red+Green+Blue) = 46+137+117=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8975 is #D1768A. Grayscale: #6B6B6B. Windows color (decimal): -13727371 or 7702830. OLE color: 7702830.

HSL color Cylindrical-coordinate representation of color #2E8975: hue angle of 166.81º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8975 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB46137117-
CMYK0.6600.150.46
HSL166.81º49.73%35.88%-
HSV(B)166.81º66.42%53.73%-
XYZ13.2819.7619.94-
YUV107.51133.3584.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=15.33%
G=45.67%
B=39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371170.6600.150.46166.8149.7335.88
Hex2E8975420F2Ea73224
Octal56211165102017562476244
Binary10111010001001111010110000100111110111010100111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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