#29816A

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

Shades of Genoa #29816A

Tints of Genoa #29816A

Color information

#29816A (or 0x29816A) is unknown color: approx Genoa. HEX triplet: 29, 81 and 6A. RGB value is (41,129,106). Sum of RGB (Red+Green+Blue) = 41+129+106=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #29816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29816A is #D67E95. Grayscale: #646464. Windows color (decimal): -14057110 or 6979881. OLE color: 6979881.

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

Color convert

RGB41129106-
CMYK0.6800.180.49
HSL164.32º51.76%33.33%-
HSV(B)164.32º68.22%50.59%-
XYZ11.3717.2116.36-
YUV100.07131.3585.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=14.86%
G=46.74%
B=38.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291060.6800.180.49164.3251.7633.33
Hex29816A4401231a43421
Octal51201152104022612446441
Binary101001100000011101010100010001001011000110100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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