#297262

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

Shades of Genoa #297262

Tints of Genoa #297262

Color information

#297262 (or 0x297262) is unknown color: approx Genoa. HEX triplet: 29, 72 and 62. RGB value is (41,114,98). Sum of RGB (Red+Green+Blue) = 41+114+98=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #297262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297262 is #D68D9D. Grayscale: #5A5A5A. Windows color (decimal): -14060958 or 6451753. OLE color: 6451753.

HSL color Cylindrical-coordinate representation of color #297262: hue angle of 166.85º 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 #297262 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB4111498-
CMYK0.6400.140.55
HSL166.85º47.1%30.39%-
HSV(B)166.85º64.04%44.71%-
XYZ9.1413.3913.66-
YUV90.35132.3292.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=16.21%
G=45.06%
B=38.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114980.6400.140.55166.8547.130.39
Hex297262400E37a72f1e
Octal51162142100016672475736
Binary101001111001011000101000000011101101111010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297262; }

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

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

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

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

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

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

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

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