#2F6A65

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

Shades of Genoa #2F6A65

Tints of Genoa #2F6A65

Color information

#2F6A65 (or 0x2F6A65) is unknown color: approx Genoa. HEX triplet: 2F, 6A and 65. RGB value is (47,106,101). Sum of RGB (Red+Green+Blue) = 47+106+101=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #2F6A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6A65 is #D0959A. Grayscale: #575757. Windows color (decimal): -13669787 or 6646319. OLE color: 6646319.

HSL color Cylindrical-coordinate representation of color #2F6A65: hue angle of 174.92º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6A65 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB47106101-
CMYK0.5600.050.58
HSL174.92º38.56%30%-
HSV(B)174.92º55.66%41.57%-
XYZ8.6811.8514.14-
YUV87.79135.4598.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=18.50%
G=41.73%
B=39.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal471061010.5600.050.58174.9238.5630
Hex2F6A6538053Aaf271e
Octal571521457005722574736
Binary1011111101010110010111100001011110101010111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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