#2F7168

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

Shades of Genoa #2F7168

Tints of Genoa #2F7168

Color information

#2F7168 (or 0x2F7168) is unknown color: approx Genoa. HEX triplet: 2F, 71 and 68. RGB value is (47,113,104). Sum of RGB (Red+Green+Blue) = 47+113+104=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7168 is #D08E97. Grayscale: #5C5C5C. Windows color (decimal): -13667992 or 6844719. OLE color: 6844719.

HSL color Cylindrical-coordinate representation of color #2F7168: hue angle of 171.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7168 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB47113104-
CMYK0.5800.080.56
HSL171.82º41.25%31.37%-
HSV(B)171.82º58.41%44.31%-
XYZ9.5813.4115.18-
YUV92.24134.6395.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.80%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=17.80%
G=42.80%
B=39.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471131040.5800.080.56171.8241.2531.37
Hex2F71683A0838ac291f
Octal5716115072010702545137
Binary10111111100011101000111010010001110001010110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,113,104); }

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

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

 a { background-color: rgb(47,113,104); }

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

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

 span { border-color: rgb(47,113,104); }

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