#297865

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

Shades of Genoa #297865

Tints of Genoa #297865

Color information

#297865 (or 0x297865) is unknown color: approx Genoa. HEX triplet: 29, 78 and 65. RGB value is (41,120,101). Sum of RGB (Red+Green+Blue) = 41+120+101=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #297865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297865 is #D6879A. Grayscale: #5E5E5E. Windows color (decimal): -14059419 or 6649897. OLE color: 6649897.

HSL color Cylindrical-coordinate representation of color #297865: hue angle of 165.57º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297865 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB41120101-
CMYK0.6600.160.53
HSL165.57º49.07%31.57%-
HSV(B)165.57º65.83%47.06%-
XYZ9.9814.8414.65-
YUV94.21131.8390.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=15.65%
G=45.80%
B=38.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411201010.6600.160.53165.5749.0731.57
Hex2978654201035a63120
Octal51170145102020652466140
Binary10100111110001100101100001001000011010110100110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297865; }

 p { color: rgb(41,120,101); }

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

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

 a { background-color: rgb(41,120,101); }

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

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

 span { border-color: rgb(41,120,101); }

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