#2F7771

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

Shades of Genoa #2F7771

Tints of Genoa #2F7771

Color information

#2F7771 (or 0x2F7771) is unknown color: approx Genoa. HEX triplet: 2F, 77 and 71. RGB value is (47,119,113). Sum of RGB (Red+Green+Blue) = 47+119+113=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7771 is #D0888E. Grayscale: #606060. Windows color (decimal): -13666447 or 7436079. OLE color: 7436079.

HSL color Cylindrical-coordinate representation of color #2F7771: hue angle of 175º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7771 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB47119113-
CMYK0.6100.050.53
HSL175º43.37%32.55%-
HSV(B)175º60.5%46.67%-
XYZ10.7514.9917.95-
YUV96.79137.1592.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=16.85%
G=42.65%
B=40.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal471191130.6100.050.5317543.3732.55
Hex2F77713D0535af2b21
Octal571671617505652575341
Binary10111111101111110001111101010111010110101111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,119,113); }

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

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

 a { background-color: rgb(47,119,113); }

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

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

 span { border-color: rgb(47,119,113); }

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