Html Css Color HEX #29A593 Niagara

📋 copy color: '#29A593'

red 41 ◦ green 165 ◦ blue 147

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

Shades of Niagara #29A593

Tints of Niagara #29A593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 11.61%
G = 46.74%
B = 41.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#29A593 (or 0x29A593) is known color: Niagara. HEX triplet: 29, A5 and 93. RGB value is (41,165,147). Sum of RGB (Red+Green+Blue) = 41+165+147=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #29A593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A593 is #D65A6C. Grayscale: #7D7D7D. Windows color (decimal): -14047853 or 9676073. OLE color: 9676073.

HSL color Cylindrical-coordinate representation of color #29A593: hue angle of 171.29º 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 #29A593 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 165 147 -
CMYK 0.75 0 0.11 0.35
HSL 171.29º 0.6% 0.4% -
HSV(B) 171.29º 0.75% 0.65% -
XYZ 19.64 29.49 32.26 -
YUV 125.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 41 165 147 0.75 0 0.11 0.35 171.29 0.6 0.4
Hex 29 A5 93 4B 0 B 23 AB 3C 28
Octal 51 245 223 113 0 13 43 253 74 50
Binary 101001 10100101 10010011 1001011 0 1011 100011 10101011 111100 101000

Color Harmonies of #29A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A593

Black with #29A593

Text Example


Text Example

White with #29A593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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