#29806D

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

Shades of Genoa #29806D

Tints of Genoa #29806D

Color information

#29806D (or 0x29806D) is unknown color: approx Genoa. HEX triplet: 29, 80 and 6D. RGB value is (41,128,109). Sum of RGB (Red+Green+Blue) = 41+128+109=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #29806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29806D is #D67F92. Grayscale: #636363. Windows color (decimal): -14057363 or 7176233. OLE color: 7176233.

HSL color Cylindrical-coordinate representation of color #29806D: hue angle of 166.9º 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 #29806D is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB41128109-
CMYK0.6800.150.50
HSL166.9º51.48%33.14%-
HSV(B)166.9º67.97%50.2%-
XYZ11.3917.0117.15-
YUV99.82133.1886.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=14.75%
G=46.04%
B=39.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411281090.6800.150.50166.951.4833.14
Hex29806D440F32a73321
Octal51200155104017622476341
Binary10100110000000110110110001000111111001010100111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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