#29756A

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

Shades of Genoa #29756A

Tints of Genoa #29756A

Color information

#29756A (or 0x29756A) is unknown color: approx Genoa. HEX triplet: 29, 75 and 6A. RGB value is (41,117,106). Sum of RGB (Red+Green+Blue) = 41+117+106=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #29756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29756A is #D68A95. Grayscale: #5C5C5C. Windows color (decimal): -14060182 or 6976809. OLE color: 6976809.

HSL color Cylindrical-coordinate representation of color #29756A: hue angle of 171.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29756A is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB41117106-
CMYK0.6500.090.54
HSL171.32º48.1%30.98%-
HSV(B)171.32º64.96%45.88%-
XYZ9.8814.2315.86-
YUV93.02135.3290.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=15.53%
G=44.32%
B=40.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411171060.6500.090.54171.3248.130.98
Hex29756A410936ab301f
Octal51165152101011662536037
Binary101001111010111010101000001010011101101010101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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