#29706A

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

Shades of Genoa #29706A

Tints of Genoa #29706A

Color information

#29706A (or 0x29706A) is unknown color: approx Genoa. HEX triplet: 29, 70 and 6A. RGB value is (41,112,106). Sum of RGB (Red+Green+Blue) = 41+112+106=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #29706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29706A is #D68F95. Grayscale: #5A5A5A. Windows color (decimal): -14061462 or 6975529. OLE color: 6975529.

HSL color Cylindrical-coordinate representation of color #29706A: hue angle of 174.93º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29706A is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB41112106-
CMYK0.6300.050.56
HSL174.93º46.41%30%-
HSV(B)174.93º63.39%43.92%-
XYZ9.3113.115.67-
YUV90.09136.9892.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=15.83%
G=43.24%
B=40.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411121060.6300.050.56174.9346.4130
Hex29706A3F0538af2e1e
Octal511601527705702575636
Binary1010011110000110101011111101011110001010111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29706A; }

 p { color: rgb(41,112,106); }

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

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

 a { background-color: rgb(41,112,106); }

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

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

 span { border-color: rgb(41,112,106); }

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