Html Css Color HEX #29A595 Niagara

📋 copy color: '#29A595'

red 41 ◦ green 165 ◦ blue 149

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

Shades of Niagara #29A595

Tints of Niagara #29A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 11.55%
G = 46.48%
B = 41.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#29A595 (or 0x29A595) is known color: Niagara. HEX triplet: 29, A5 and 95. RGB value is (41,165,149). Sum of RGB (Red+Green+Blue) = 41+165+149=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #29A595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A595 is #D65A6A. Grayscale: #7E7E7E. Windows color (decimal): -14047851 or 9807145. OLE color: 9807145.

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

Color convert

RGB 41 165 149 -
CMYK 0.75 0 0.10 0.35
HSL 172.26º 0.6% 0.4% -
HSV(B) 172.26º 0.75% 0.65% -
XYZ 19.79 29.55 33.09 -
YUV 126.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 41 165 149 0.75 0 0.10 0.35 172.26 0.6 0.4
Hex 29 A5 95 4B 0 A 23 AC 3C 28
Octal 51 245 225 113 0 12 43 254 74 50
Binary 101001 10100101 10010101 1001011 0 1010 100011 10101100 111100 101000

Color Harmonies of #29A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A595

Black with #29A595

Text Example


Text Example

White with #29A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,165,149); }

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

background-color css

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

 a { background-color: rgb(41,165,149); }

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

border-color css

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

 span { border-color: rgb(41,165,149); }

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