#297263

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

Shades of Genoa #297263

Tints of Genoa #297263

Color information

#297263 (or 0x297263) is unknown color: approx Genoa. HEX triplet: 29, 72 and 63. RGB value is (41,114,99). Sum of RGB (Red+Green+Blue) = 41+114+99=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #297263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297263 is #D68D9C. Grayscale: #5A5A5A. Windows color (decimal): -14060957 or 6517289. OLE color: 6517289.

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

Color convert

RGB4111499-
CMYK0.6400.130.55
HSL167.67º47.1%30.39%-
HSV(B)167.67º64.04%44.71%-
XYZ9.1813.4113.91-
YUV90.46132.8292.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=16.14%
G=44.88%
B=38.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114990.6400.130.55167.6747.130.39
Hex297263400D37a82f1e
Octal51162143100015672505736
Binary101001111001011000111000000011011101111010100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297263; }

 p { color: rgb(41,114,99); }

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

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

 a { background-color: rgb(41,114,99); }

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

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

 span { border-color: rgb(41,114,99); }

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