#297969

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

Shades of Genoa #297969

Tints of Genoa #297969

Color information

#297969 (or 0x297969) is unknown color: approx Genoa. HEX triplet: 29, 79 and 69. RGB value is (41,121,105). Sum of RGB (Red+Green+Blue) = 41+121+105=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #297969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297969 is #D68696. Grayscale: #5F5F5F. Windows color (decimal): -14059159 or 6912297. OLE color: 6912297.

HSL color Cylindrical-coordinate representation of color #297969: hue angle of 168º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297969 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB41121105-
CMYK0.6600.130.53
HSL168º49.38%31.76%-
HSV(B)168º66.12%47.45%-
XYZ10.315.1715.75-
YUV95.26133.589.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=15.36%
G=45.32%
B=39.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411211050.6600.130.5316849.3831.76
Hex297969420D35a83120
Octal51171151102015652506140
Binary1010011111001110100110000100110111010110101000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297969; }

 p { color: rgb(41,121,105); }

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

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

 a { background-color: rgb(41,121,105); }

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

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

 span { border-color: rgb(41,121,105); }

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