#2F6866

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

Shades of Genoa #2F6866

Tints of Genoa #2F6866

Color information

#2F6866 (or 0x2F6866) is unknown color: approx Genoa. HEX triplet: 2F, 68 and 66. RGB value is (47,104,102). Sum of RGB (Red+Green+Blue) = 47+104+102=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6866 is #D09799. Grayscale: #565656. Windows color (decimal): -13670298 or 6711343. OLE color: 6711343.

HSL color Cylindrical-coordinate representation of color #2F6866: hue angle of 177.89º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6866 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB47104102-
CMYK0.5500.020.59
HSL177.89º37.75%29.61%-
HSV(B)177.89º54.81%40.78%-
XYZ8.5211.4614.33-
YUV86.73136.6299.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=18.58%
G=41.11%
B=40.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal471041020.5500.020.59177.8937.7529.61
Hex2F686637023Bb2261e
Octal571501466702732624636
Binary101111110100011001101101110101110111011001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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