#29826B

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

Shades of Genoa #29826B

Tints of Genoa #29826B

Color information

#29826B (or 0x29826B) is unknown color: approx Genoa. HEX triplet: 29, 82 and 6B. RGB value is (41,130,107). Sum of RGB (Red+Green+Blue) = 41+130+107=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #29826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29826B is #D67D94. Grayscale: #646464. Windows color (decimal): -14056853 or 7045673. OLE color: 7045673.

HSL color Cylindrical-coordinate representation of color #29826B: hue angle of 164.49º 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 #29826B is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB41130107-
CMYK0.6800.180.49
HSL164.49º52.05%33.53%-
HSV(B)164.49º68.46%50.98%-
XYZ11.5517.516.68-
YUV100.77131.5185.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=14.75%
G=46.76%
B=38.49%

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
Decimal411301070.6800.180.49164.4952.0533.53
Hex29826B4401231a43422
Octal51202153104022612446442
Binary101001100000101101011100010001001011000110100100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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