#29726A

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

Shades of Genoa #29726A

Tints of Genoa #29726A

Color information

#29726A (or 0x29726A) is unknown color: approx Genoa. HEX triplet: 29, 72 and 6A. RGB value is (41,114,106). Sum of RGB (Red+Green+Blue) = 41+114+106=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #29726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29726A is #D68D95. Grayscale: #5B5B5B. Windows color (decimal): -14060950 or 6976041. OLE color: 6976041.

HSL color Cylindrical-coordinate representation of color #29726A: hue angle of 173.42º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29726A is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB41114106-
CMYK0.6400.070.55
HSL173.42º47.1%30.39%-
HSV(B)173.42º64.04%44.71%-
XYZ9.5313.5515.75-
YUV91.26136.3292.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=15.71%
G=43.68%
B=40.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411141060.6400.070.55173.4247.130.39
Hex29726A400737ad2f1e
Octal5116215210007672555736
Binary10100111100101101010100000001111101111010110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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