#2F735D

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

Shades of Genoa #2F735D

Tints of Genoa #2F735D

Color information

#2F735D (or 0x2F735D) is unknown color: approx Genoa. HEX triplet: 2F, 73 and 5D. RGB value is (47,115,93). Sum of RGB (Red+Green+Blue) = 47+115+93=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #2F735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F735D is #D08CA2. Grayscale: #5C5C5C. Windows color (decimal): -13667491 or 6124335. OLE color: 6124335.

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

Color convert

RGB4711593-
CMYK0.5900.190.55
HSL160.59º41.98%31.76%-
HSV(B)160.59º59.13%45.1%-
XYZ9.2813.6612.5-
YUV92.16128.4795.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=18.43%
G=45.10%
B=36.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115930.5900.190.55160.5941.9831.76
Hex2F735D3B01337a12a20
Octal5716313573023672415240
Binary1011111110011101110111101101001111011110100001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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