#2F6F65

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

Shades of Genoa #2F6F65

Tints of Genoa #2F6F65

Color information

#2F6F65 (or 0x2F6F65) is unknown color: approx Genoa. HEX triplet: 2F, 6F and 65. RGB value is (47,111,101). Sum of RGB (Red+Green+Blue) = 47+111+101=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F65 is #D0909A. Grayscale: #5A5A5A. Windows color (decimal): -13668507 or 6647599. OLE color: 6647599.

HSL color Cylindrical-coordinate representation of color #2F6F65: hue angle of 170.62º 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 #2F6F65 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB47111101-
CMYK0.5800.090.56
HSL170.62º40.51%30.98%-
HSV(B)170.62º57.66%43.53%-
XYZ9.2112.9114.32-
YUV90.72133.896.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=18.15%
G=42.86%
B=39.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471111010.5800.090.56170.6240.5130.98
Hex2F6F653A0938ab291f
Octal5715714572011702535137
Binary10111111011111100101111010010011110001010101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,101); }

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

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

 a { background-color: rgb(47,111,101); }

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

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

 span { border-color: rgb(47,111,101); }

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