#29786A

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

Shades of Genoa #29786A

Tints of Genoa #29786A

Color information

#29786A (or 0x29786A) is unknown color: approx Genoa. HEX triplet: 29, 78 and 6A. RGB value is (41,120,106). Sum of RGB (Red+Green+Blue) = 41+120+106=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #29786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29786A is #D68795. Grayscale: #5E5E5E. Windows color (decimal): -14059414 or 6977577. OLE color: 6977577.

HSL color Cylindrical-coordinate representation of color #29786A: hue angle of 169.37º 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 #29786A is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB41120106-
CMYK0.6600.120.53
HSL169.37º49.07%31.57%-
HSV(B)169.37º65.83%47.06%-
XYZ10.2314.9415.98-
YUV94.78134.3389.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=15.36%
G=44.94%
B=39.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411201060.6600.120.53169.3749.0731.57
Hex29786A420C35a93120
Octal51170152102014652516140
Binary1010011111000110101010000100110011010110101001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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