#2F716D

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

Shades of Genoa #2F716D

Tints of Genoa #2F716D

Color information

#2F716D (or 0x2F716D) is unknown color: approx Genoa. HEX triplet: 2F, 71 and 6D. RGB value is (47,113,109). Sum of RGB (Red+Green+Blue) = 47+113+109=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #2F716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F716D is #D08E92. Grayscale: #5C5C5C. Windows color (decimal): -13667987 or 7172399. OLE color: 7172399.

HSL color Cylindrical-coordinate representation of color #2F716D: hue angle of 176.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F716D is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB47113109-
CMYK0.5800.040.56
HSL176.36º41.25%31.37%-
HSV(B)176.36º58.41%44.31%-
XYZ9.8413.5216.56-
YUV92.81137.1395.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=17.47%
G=42.01%
B=40.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471131090.5800.040.56176.3641.2531.37
Hex2F716D3A0438b0291f
Octal571611557204702605137
Binary1011111110001110110111101001001110001011000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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