#297661

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

Shades of Genoa #297661

Tints of Genoa #297661

Color information

#297661 (or 0x297661) is unknown color: approx Genoa. HEX triplet: 29, 76 and 61. RGB value is (41,118,97). Sum of RGB (Red+Green+Blue) = 41+118+97=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #297661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297661 is #D6899E. Grayscale: #5C5C5C. Windows color (decimal): -14059935 or 6387241. OLE color: 6387241.

HSL color Cylindrical-coordinate representation of color #297661: hue angle of 163.64º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297661 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB4111897-
CMYK0.6500.180.54
HSL163.64º48.43%31.18%-
HSV(B)163.64º65.25%46.27%-
XYZ9.5514.2913.56-
YUV92.58130.4991.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=16.02%
G=46.09%
B=37.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118970.6500.180.54163.6448.4331.18
Hex2976614101236a4301f
Octal51166141101022662446037
Binary1010011110110110000110000010100101101101010010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297661; }

 p { color: rgb(41,118,97); }

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

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

 a { background-color: rgb(41,118,97); }

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

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

 span { border-color: rgb(41,118,97); }

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