#297860

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

Shades of Genoa #297860

Tints of Genoa #297860

Color information

#297860 (or 0x297860) is unknown color: approx Genoa. HEX triplet: 29, 78 and 60. RGB value is (41,120,96). Sum of RGB (Red+Green+Blue) = 41+120+96=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #297860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297860 is #D6879F. Grayscale: #5D5D5D. Windows color (decimal): -14059424 or 6322217. OLE color: 6322217.

HSL color Cylindrical-coordinate representation of color #297860: hue angle of 161.77º 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 #297860 is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB4112096-
CMYK0.6600.20.53
HSL161.77º49.07%31.57%-
HSV(B)161.77º65.83%47.06%-
XYZ9.7414.7513.4-
YUV93.64129.3390.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=15.95%
G=46.69%
B=37.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120960.6600.20.53161.7749.0731.57
Hex2978604201435a23120
Octal51170140102024652426140
Binary10100111110001100000100001001010011010110100010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297860; }

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

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

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

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

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

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

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

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