Html Css Color HEX #29A084 Niagara

📋 copy color: '#29A084'

red 41 ◦ green 160 ◦ blue 132

#29A084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #29A084

Tints of Niagara #29A084

RGB

 RED value IS 41 (16.41% from 255) = 12.31%

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 12.31%
G = 48.05%
B = 39.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#29A084 (or 0x29A084) is known color: Niagara. HEX triplet: 29, A0 and 84. RGB value is (41,160,132). Sum of RGB (Red+Green+Blue) = 41+160+132=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #29A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A084 is #D65F7B. Grayscale: #797979. Windows color (decimal): -14049148 or 8691753. OLE color: 8691753.

HSL color Cylindrical-coordinate representation of color #29A084: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A084 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 160 132 -
CMYK 0.74 0 0.17 0.37
HSL 165.88º 0.59% 0.39% -
HSV(B) 165.88º 0.74% 0.63% -
XYZ 17.65 27.28 26.16 -
YUV 121.23 134.08 70.78 -
System Red Green Blue C M Y K H S L
Decimal 41 160 132 0.74 0 0.17 0.37 165.88 0.59 0.39
Hex 29 A0 84 4A 0 11 25 A6 3B 27
Octal 51 240 204 112 0 21 45 246 73 47
Binary 101001 10100000 10000100 1001010 0 10001 100101 10100110 111011 100111

Color Harmonies of #29A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A084

Black with #29A084

Text Example


Text Example

White with #29A084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29A084;
 }
 .AnyTagClassName
 {
   color: #29A084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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