#29A388

Color #29A388 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #29A388

Tints of Niagara #29A388

Color information

#29A388 (or 0x29A388) is unknown color: approx Niagara. HEX triplet: 29, A3 and 88. RGB value is (41,163,136). Sum of RGB (Red+Green+Blue) = 41+163+136=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #29A388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A388 is #D65C77. Grayscale: #7B7B7B. Windows color (decimal): -14048376 or 8954665. OLE color: 8954665.

HSL color Cylindrical-coordinate representation of color #29A388: hue angle of 166.72º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A388 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB41163136-
CMYK0.7500.170.36
HSL166.72º59.8%40%-
HSV(B)166.72º74.85%63.92%-
XYZ18.4628.4427.81-
YUV123.44135.0869.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 136 (53.52% from 255) = 40%
R=12.06%
G=47.94%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411631360.7500.170.36166.7259.840
Hex29A3884B01124a73c28
Octal51243210113021442477450
Binary1010011010001110001000100101101000110010010100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A388; }

 p { color: rgb(41,163,136); }

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

<style>
 a { background-color: #29A388; }

 a { background-color: rgb(41,163,136); }

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

<style>
 span { border-color: #29A388; }

 span { border-color: rgb(41,163,136); }

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