#2F7361

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

Shades of Genoa #2F7361

Tints of Genoa #2F7361

Color information

#2F7361 (or 0x2F7361) is unknown color: approx Genoa. HEX triplet: 2F, 73 and 61. RGB value is (47,115,97). Sum of RGB (Red+Green+Blue) = 47+115+97=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7361 is #D08C9E. Grayscale: #5C5C5C. Windows color (decimal): -13667487 or 6386479. OLE color: 6386479.

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

Color convert

RGB4711597-
CMYK0.5900.160.55
HSL164.12º41.98%31.76%-
HSV(B)164.12º59.13%45.1%-
XYZ9.4613.7313.46-
YUV92.62130.4795.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=18.15%
G=44.40%
B=37.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115970.5900.160.55164.1241.9831.76
Hex2F73613B01037a42a20
Octal5716314173020672445240
Binary1011111110011110000111101101000011011110100100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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