#2F7069

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

Shades of Genoa #2F7069

Tints of Genoa #2F7069

Color information

#2F7069 (or 0x2F7069) is unknown color: approx Genoa. HEX triplet: 2F, 70 and 69. RGB value is (47,112,105). Sum of RGB (Red+Green+Blue) = 47+112+105=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7069 is #D08F96. Grayscale: #5B5B5B. Windows color (decimal): -13668247 or 6909999. OLE color: 6909999.

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

Color convert

RGB47112105-
CMYK0.5800.060.56
HSL173.54º40.88%31.18%-
HSV(B)173.54º58.04%43.92%-
XYZ9.5213.2115.41-
YUV91.77135.4796.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.80%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=17.80%
G=42.42%
B=39.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471121050.5800.060.56173.5440.8831.18
Hex2F70693A0638ae291f
Octal571601517206702565137
Binary1011111110000110100111101001101110001010111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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