#2F7068

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

Shades of Genoa #2F7068

Tints of Genoa #2F7068

Color information

#2F7068 (or 0x2F7068) is unknown color: approx Genoa. HEX triplet: 2F, 70 and 68. RGB value is (47,112,104). Sum of RGB (Red+Green+Blue) = 47+112+104=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7068 is #D08F97. Grayscale: #5B5B5B. Windows color (decimal): -13668248 or 6844463. OLE color: 6844463.

HSL color Cylindrical-coordinate representation of color #2F7068: hue angle of 172.62º 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 #2F7068 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB47112104-
CMYK0.5800.070.56
HSL172.62º40.88%31.18%-
HSV(B)172.62º58.04%43.92%-
XYZ9.4713.1915.14-
YUV91.65134.9796.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.87%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=17.87%
G=42.59%
B=39.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471121040.5800.070.56172.6240.8831.18
Hex2F70683A0738ad291f
Octal571601507207702555137
Binary1011111110000110100011101001111110001010110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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