#29846F

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

Shades of Genoa #29846F

Tints of Genoa #29846F

Color information

#29846F (or 0x29846F) is unknown color: approx Genoa. HEX triplet: 29, 84 and 6F. RGB value is (41,132,111). Sum of RGB (Red+Green+Blue) = 41+132+111=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #29846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29846F is #D67B90. Grayscale: #666666. Windows color (decimal): -14056337 or 7308329. OLE color: 7308329.

HSL color Cylindrical-coordinate representation of color #29846F: hue angle of 166.15º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29846F is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB41132111-
CMYK0.6900.160.48
HSL166.15º52.6%33.92%-
HSV(B)166.15º68.94%51.76%-
XYZ12.0318.1217.9-
YUV102.4132.8584.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=14.44%
G=46.48%
B=39.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411321110.6900.160.48166.1552.633.92
Hex29846F4501030a63522
Octal51204157105020602466542
Binary101001100001001101111100010101000011000010100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29846F; }

 p { color: rgb(41,132,111); }

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

<style>
 a { background-color: #29846F; }

 a { background-color: rgb(41,132,111); }

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

<style>
 span { border-color: #29846F; }

 span { border-color: rgb(41,132,111); }

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