#2F6666

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

Shades of Genoa #2F6666

Tints of Genoa #2F6666

Color information

#2F6666 (or 0x2F6666) is unknown color: approx Genoa. HEX triplet: 2F, 66 and 66. RGB value is (47,102,102). Sum of RGB (Red+Green+Blue) = 47+102+102=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #2F6666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6666 is #D09999. Grayscale: #555555. Windows color (decimal): -13670810 or 6710831. OLE color: 6710831.

HSL color Cylindrical-coordinate representation of color #2F6666: hue angle of 180º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6666 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB47102102-
CMYK0.54000.6
HSL180º36.91%29.22%-
HSV(B)180º53.92%40%-
XYZ8.3211.0714.27-
YUV85.56137.28100.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=18.73%
G=40.64%
B=40.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal471021020.54000.618036.9129.22
Hex2F666636003Cb4251d
Octal571461466600742644535
Binary10111111001101100110110110001111001011010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,102); }

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

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

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

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

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

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

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