#2F706C

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

Shades of Genoa #2F706C

Tints of Genoa #2F706C

Color information

#2F706C (or 0x2F706C) is unknown color: approx Genoa. HEX triplet: 2F, 70 and 6C. RGB value is (47,112,108). Sum of RGB (Red+Green+Blue) = 47+112+108=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #2F706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F706C is #D08F93. Grayscale: #5C5C5C. Windows color (decimal): -13668244 or 7106607. OLE color: 7106607.

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

Color convert

RGB47112108-
CMYK0.5800.040.56
HSL176.31º40.88%31.18%-
HSV(B)176.31º58.04%43.92%-
XYZ9.6713.2816.24-
YUV92.11136.9795.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=17.60%
G=41.95%
B=40.45%

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
Decimal471121080.5800.040.56176.3140.8831.18
Hex2F706C3A0438b0291f
Octal571601547204702605137
Binary1011111110000110110011101001001110001011000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,112,108); }

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

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

 a { background-color: rgb(47,112,108); }

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

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

 span { border-color: rgb(47,112,108); }

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