#297567

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

Shades of Genoa #297567

Tints of Genoa #297567

Color information

#297567 (or 0x297567) is unknown color: approx Genoa. HEX triplet: 29, 75 and 67. RGB value is (41,117,103). Sum of RGB (Red+Green+Blue) = 41+117+103=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #297567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297567 is #D68A98. Grayscale: #5C5C5C. Windows color (decimal): -14060185 or 6780201. OLE color: 6780201.

HSL color Cylindrical-coordinate representation of color #297567: hue angle of 168.95º 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 #297567 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB41117103-
CMYK0.6500.120.54
HSL168.95º48.1%30.98%-
HSV(B)168.95º64.96%45.88%-
XYZ9.7214.1715.06-
YUV92.68133.8291.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=15.71%
G=44.83%
B=39.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411171030.6500.120.54168.9548.130.98
Hex297567410C36a9301f
Octal51165147101014662516037
Binary101001111010111001111000001011001101101010100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297567; }

 p { color: rgb(41,117,103); }

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

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

 a { background-color: rgb(41,117,103); }

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

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

 span { border-color: rgb(41,117,103); }

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