#2F6F6D

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

Shades of Genoa #2F6F6D

Tints of Genoa #2F6F6D

Color information

#2F6F6D (or 0x2F6F6D) is unknown color: approx Genoa. HEX triplet: 2F, 6F and 6D. RGB value is (47,111,109). Sum of RGB (Red+Green+Blue) = 47+111+109=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F6D is #D09092. Grayscale: #5B5B5B. Windows color (decimal): -13668499 or 7171887. OLE color: 7171887.

HSL color Cylindrical-coordinate representation of color #2F6F6D: hue angle of 178.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F6D is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB47111109-
CMYK0.5800.020.56
HSL178.12º40.51%30.98%-
HSV(B)178.12º57.66%43.53%-
XYZ9.6213.0816.49-
YUV91.64137.896.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 111 (43.75% from 255) = 41.57%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=17.60%
G=41.57%
B=40.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471111090.5800.020.56178.1240.5130.98
Hex2F6F6D3A0238b2291f
Octal571571557202702625137
Binary101111110111111011011110100101110001011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,109); }

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

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

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

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

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

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

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