#2F736E

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

Shades of Genoa #2F736E

Tints of Genoa #2F736E

Color information

#2F736E (or 0x2F736E) is unknown color: approx Genoa. HEX triplet: 2F, 73 and 6E. RGB value is (47,115,110). Sum of RGB (Red+Green+Blue) = 47+115+110=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #2F736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F736E is #D08C91. Grayscale: #5E5E5E. Windows color (decimal): -13667474 or 7238447. OLE color: 7238447.

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

Color convert

RGB47115110-
CMYK0.5900.040.55
HSL175.59º41.98%31.76%-
HSV(B)175.59º59.13%45.1%-
XYZ10.1213.9916.92-
YUV94.1136.9794.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=17.28%
G=42.28%
B=40.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471151100.5900.040.55175.5941.9831.76
Hex2F736E3B0437b02a20
Octal571631567304672605240
Binary10111111100111101110111011010011011110110000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,115,110); }

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

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

 a { background-color: rgb(47,115,110); }

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

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

 span { border-color: rgb(47,115,110); }

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