#2E7871

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

Shades of Genoa #2E7871

Tints of Genoa #2E7871

Color information

#2E7871 (or 0x2E7871) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 71. RGB value is (46,120,113). Sum of RGB (Red+Green+Blue) = 46+120+113=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7871 is #D1878E. Grayscale: #616161. Windows color (decimal): -13731727 or 7436334. OLE color: 7436334.

HSL color Cylindrical-coordinate representation of color #2E7871: hue angle of 174.32º 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 #2E7871 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB46120113-
CMYK0.6200.060.53
HSL174.32º44.58%32.55%-
HSV(B)174.32º61.67%47.06%-
XYZ10.8215.2117.99-
YUV97.08136.9891.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=16.49%
G=43.01%
B=40.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201130.6200.060.53174.3244.5832.55
Hex2E78713E0635ae2d21
Octal561701617606652565541
Binary10111011110001110001111110011011010110101110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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