#29806E

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

Shades of Genoa #29806E

Tints of Genoa #29806E

Color information

#29806E (or 0x29806E) is unknown color: approx Genoa. HEX triplet: 29, 80 and 6E. RGB value is (41,128,110). Sum of RGB (Red+Green+Blue) = 41+128+110=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #29806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29806E is #D67F91. Grayscale: #636363. Windows color (decimal): -14057362 or 7241769. OLE color: 7241769.

HSL color Cylindrical-coordinate representation of color #29806E: hue angle of 167.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29806E is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB41128110-
CMYK0.6800.140.50
HSL167.59º51.48%33.14%-
HSV(B)167.59º67.97%50.2%-
XYZ11.4517.0417.44-
YUV99.94133.6885.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=14.70%
G=45.88%
B=39.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411281100.6800.140.50167.5951.4833.14
Hex29806E440E32a83321
Octal51200156104016622506341
Binary10100110000000110111010001000111011001010101000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29806E; }

 p { color: rgb(41,128,110); }

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

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

 a { background-color: rgb(41,128,110); }

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

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

 span { border-color: rgb(41,128,110); }

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