#2F716B

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

Shades of Genoa #2F716B

Tints of Genoa #2F716B

Color information

#2F716B (or 0x2F716B) is unknown color: approx Genoa. HEX triplet: 2F, 71 and 6B. RGB value is (47,113,107). Sum of RGB (Red+Green+Blue) = 47+113+107=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #2F716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F716B is #D08E94. Grayscale: #5C5C5C. Windows color (decimal): -13667989 or 7041327. OLE color: 7041327.

HSL color Cylindrical-coordinate representation of color #2F716B: hue angle of 174.55º 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 #2F716B is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB47113107-
CMYK0.5800.050.56
HSL174.55º41.25%31.37%-
HSV(B)174.55º58.41%44.31%-
XYZ9.7313.4816-
YUV92.58136.1395.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=17.60%
G=42.32%
B=40.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471131070.5800.050.56174.5541.2531.37
Hex2F716B3A0538af291f
Octal571611537205702575137
Binary1011111110001110101111101001011110001010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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