#297362

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

Shades of Genoa #297362

Tints of Genoa #297362

Color information

#297362 (or 0x297362) is unknown color: approx Genoa. HEX triplet: 29, 73 and 62. RGB value is (41,115,98). Sum of RGB (Red+Green+Blue) = 41+115+98=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #297362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297362 is #D68C9D. Grayscale: #5A5A5A. Windows color (decimal): -14060702 or 6452009. OLE color: 6452009.

HSL color Cylindrical-coordinate representation of color #297362: hue angle of 166.22º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297362 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB4111598-
CMYK0.6400.150.55
HSL166.22º47.44%30.59%-
HSV(B)166.22º64.35%45.1%-
XYZ9.2513.6113.7-
YUV90.94131.9892.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=16.14%
G=45.28%
B=38.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115980.6400.150.55166.2247.4430.59
Hex297362400F37a62f1f
Octal51163142100017672465737
Binary101001111001111000101000000011111101111010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297362; }

 p { color: rgb(41,115,98); }

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

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

 a { background-color: rgb(41,115,98); }

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

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

 span { border-color: rgb(41,115,98); }

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