#297068

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

Shades of Genoa #297068

Tints of Genoa #297068

Color information

#297068 (or 0x297068) is unknown color: approx Genoa. HEX triplet: 29, 70 and 68. RGB value is (41,112,104). Sum of RGB (Red+Green+Blue) = 41+112+104=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #297068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297068 is #D68F97. Grayscale: #595959. Windows color (decimal): -14061464 or 6844457. OLE color: 6844457.

HSL color Cylindrical-coordinate representation of color #297068: hue angle of 173.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297068 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB41112104-
CMYK0.6300.070.56
HSL173.24º46.41%30%-
HSV(B)173.24º63.39%43.92%-
XYZ9.2113.0615.13-
YUV89.86135.9893.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=15.95%
G=43.58%
B=40.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411121040.6300.070.56173.2446.4130
Hex2970683F0738ad2e1e
Octal511601507707702555636
Binary1010011110000110100011111101111110001010110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297068; }

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

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

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

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

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

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

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

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