#29826C

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

Shades of Genoa #29826C

Tints of Genoa #29826C

Color information

#29826C (or 0x29826C) is unknown color: approx Genoa. HEX triplet: 29, 82 and 6C. RGB value is (41,130,108). Sum of RGB (Red+Green+Blue) = 41+130+108=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #29826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29826C is #D67D93. Grayscale: #646464. Windows color (decimal): -14056852 or 7111209. OLE color: 7111209.

HSL color Cylindrical-coordinate representation of color #29826C: hue angle of 165.17º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29826C is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB41130108-
CMYK0.6800.170.49
HSL165.17º52.05%33.53%-
HSV(B)165.17º68.46%50.98%-
XYZ11.617.5216.96-
YUV100.88132.0185.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=14.70%
G=46.59%
B=38.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301080.6800.170.49165.1752.0533.53
Hex29826C4401131a53422
Octal51202154104021612456442
Binary101001100000101101100100010001000111000110100101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29826C; }

 p { color: rgb(41,130,108); }

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

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

 a { background-color: rgb(41,130,108); }

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

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

 span { border-color: rgb(41,130,108); }

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