#2F7364

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

Shades of Genoa #2F7364

Tints of Genoa #2F7364

Color information

#2F7364 (or 0x2F7364) is unknown color: approx Genoa. HEX triplet: 2F, 73 and 64. RGB value is (47,115,100). Sum of RGB (Red+Green+Blue) = 47+115+100=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7364 is #D08C9B. Grayscale: #5C5C5C. Windows color (decimal): -13667484 or 6583087. OLE color: 6583087.

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

Color convert

RGB47115100-
CMYK0.5900.130.55
HSL166.76º41.98%31.76%-
HSV(B)166.76º59.13%45.1%-
XYZ9.613.7914.21-
YUV92.96131.9795.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=17.94%
G=43.89%
B=38.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471151000.5900.130.55166.7641.9831.76
Hex2F73643B0D37a72a20
Octal5716314473015672475240
Binary101111111001111001001110110110111011110100111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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