#2E876E

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

Shades of Genoa #2E876E

Tints of Genoa #2E876E

Color information

#2E876E (or 0x2E876E) is unknown color: approx Genoa. HEX triplet: 2E, 87 and 6E. RGB value is (46,135,110). Sum of RGB (Red+Green+Blue) = 46+135+110=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #2E876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E876E is #D17891. Grayscale: #696969. Windows color (decimal): -13727890 or 7243566. OLE color: 7243566.

HSL color Cylindrical-coordinate representation of color #2E876E: hue angle of 163.15º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E876E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB46135110-
CMYK0.6600.190.47
HSL163.15º49.17%35.49%-
HSV(B)163.15º65.93%52.94%-
XYZ12.6119.0317.76-
YUV105.54130.5185.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=15.81%
G=46.39%
B=37.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461351100.6600.190.47163.1549.1735.49
Hex2E876E420132Fa33123
Octal56207156102023572436143
Binary101110100001111101110100001001001110111110100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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