#2F6E6A

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

Shades of Genoa #2F6E6A

Tints of Genoa #2F6E6A

Color information

#2F6E6A (or 0x2F6E6A) is unknown color: approx Genoa. HEX triplet: 2F, 6E and 6A. RGB value is (47,110,106). Sum of RGB (Red+Green+Blue) = 47+110+106=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E6A is #D09195. Grayscale: #5A5A5A. Windows color (decimal): -13668758 or 6975023. OLE color: 6975023.

HSL color Cylindrical-coordinate representation of color #2F6E6A: hue angle of 176.19º 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 #2F6E6A is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB47110106-
CMYK0.5700.040.57
HSL176.19º40.13%30.78%-
HSV(B)176.19º57.27%43.14%-
XYZ9.3512.815.61-
YUV90.71136.6396.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.87%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 106 (41.80% from 255) = 40.30%
R=17.87%
G=41.83%
B=40.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal471101060.5700.040.57176.1940.1330.78
Hex2F6E6A390439b0281f
Octal571561527104712605037
Binary1011111101110110101011100101001110011011000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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