#2F726E

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

Shades of Genoa #2F726E

Tints of Genoa #2F726E

Color information

#2F726E (or 0x2F726E) is unknown color: approx Genoa. HEX triplet: 2F, 72 and 6E. RGB value is (47,114,110). Sum of RGB (Red+Green+Blue) = 47+114+110=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #2F726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F726E is #D08D91. Grayscale: #5D5D5D. Windows color (decimal): -13667730 or 7238191. OLE color: 7238191.

HSL color Cylindrical-coordinate representation of color #2F726E: hue angle of 176.42º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F726E is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB47114110-
CMYK0.5900.040.55
HSL176.42º41.61%31.57%-
HSV(B)176.42º58.77%44.71%-
XYZ1013.7616.88-
YUV93.51137.394.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=17.34%
G=42.07%
B=40.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471141100.5900.040.55176.4241.6131.57
Hex2F726E3B0437b02a20
Octal571621567304672605240
Binary10111111100101101110111011010011011110110000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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