#2F726F

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

Shades of Genoa #2F726F

Tints of Genoa #2F726F

Color information

#2F726F (or 0x2F726F) is unknown color: approx Genoa. HEX triplet: 2F, 72 and 6F. RGB value is (47,114,111). Sum of RGB (Red+Green+Blue) = 47+114+111=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #2F726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F726F is #D08D90. Grayscale: #5D5D5D. Windows color (decimal): -13667729 or 7303727. OLE color: 7303727.

HSL color Cylindrical-coordinate representation of color #2F726F: hue angle of 177.31º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F726F is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB47114111-
CMYK0.5900.030.55
HSL177.31º41.61%31.57%-
HSV(B)177.31º58.77%44.71%-
XYZ10.0613.7917.17-
YUV93.62137.894.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=17.28%
G=41.91%
B=40.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471141110.5900.030.55177.3141.6131.57
Hex2F726F3B0337b12a20
Octal571621577303672615240
Binary1011111110010110111111101101111011110110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,111); }

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

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

 a { background-color: rgb(47,114,111); }

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

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

 span { border-color: rgb(47,114,111); }

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