#29826A

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

Shades of Genoa #29826A

Tints of Genoa #29826A

Color information

#29826A (or 0x29826A) is unknown color: approx Genoa. HEX triplet: 29, 82 and 6A. RGB value is (41,130,106). Sum of RGB (Red+Green+Blue) = 41+130+106=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #29826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29826A is #D67D95. Grayscale: #646464. Windows color (decimal): -14056854 or 6980137. OLE color: 6980137.

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

Color convert

RGB41130106-
CMYK0.6800.180.49
HSL163.82º52.05%33.53%-
HSV(B)163.82º68.46%50.98%-
XYZ11.517.4816.4-
YUV100.65131.0185.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=14.80%
G=46.93%
B=38.27%

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
Decimal411301060.6800.180.49163.8252.0533.53
Hex29826A4401231a43422
Octal51202152104022612446442
Binary101001100000101101010100010001001011000110100100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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