#2e876f

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

Shades of Genoa #2E876F

Tints of Genoa #2E876F

Color information

#2E876F (or 0x2E876F) is unknown color: approx Genoa. HEX triplet: 2E, 87 and 6F. RGB value is (46,135,111). Sum of RGB (Red+Green+Blue) = 46+135+111=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #2E876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E876F is #D17890. Grayscale: #696969. Windows color (decimal): -13727889 or 7309102. OLE color: 7309102.

HSL color Cylindrical-coordinate representation of color #2E876F: hue angle of 163.82º 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 #2E876F is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB46135111-
CMYK0.6600.180.47
HSL163.82º49.17%35.49%-
HSV(B)163.82º65.93%52.94%-
XYZ12.6619.0618.05-
YUV105.65131.0185.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=15.75%
G=46.23%
B=38.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461351110.6600.180.47163.8249.1735.49
Hex2E876F420122Fa43123
Octal56207157102022572446143
Binary101110100001111101111100001001001010111110100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e876f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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