#2F6E65

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

Shades of Genoa #2F6E65

Tints of Genoa #2F6E65

Color information

#2F6E65 (or 0x2F6E65) is unknown color: approx Genoa. HEX triplet: 2F, 6E and 65. RGB value is (47,110,101). Sum of RGB (Red+Green+Blue) = 47+110+101=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E65 is #D0919A. Grayscale: #5A5A5A. Windows color (decimal): -13668763 or 6647343. OLE color: 6647343.

HSL color Cylindrical-coordinate representation of color #2F6E65: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E65 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB47110101-
CMYK0.5700.080.57
HSL171.43º40.13%30.78%-
HSV(B)171.43º57.27%43.14%-
XYZ9.112.714.28-
YUV90.14134.1397.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=18.22%
G=42.64%
B=39.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal471101010.5700.080.57171.4340.1330.78
Hex2F6E65390839ab281f
Octal5715614571010712535037
Binary10111111011101100101111001010001110011010101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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