#29706B

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

Shades of Genoa #29706B

Tints of Genoa #29706B

Color information

#29706B (or 0x29706B) is unknown color: approx Genoa. HEX triplet: 29, 70 and 6B. RGB value is (41,112,107). Sum of RGB (Red+Green+Blue) = 41+112+107=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #29706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29706B is #D68F94. Grayscale: #5A5A5A. Windows color (decimal): -14061461 or 7041065. OLE color: 7041065.

HSL color Cylindrical-coordinate representation of color #29706B: hue angle of 175.77º 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 #29706B is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB41112107-
CMYK0.6300.040.56
HSL175.77º46.41%30%-
HSV(B)175.77º63.39%43.92%-
XYZ9.3613.1215.95-
YUV90.2137.4892.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=15.77%
G=43.08%
B=41.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411121070.6300.040.56175.7746.4130
Hex29706B3F0438b02e1e
Octal511601537704702605636
Binary1010011110000110101111111101001110001011000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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