Html Css Color HEX #29A550 Eucalyptus

📋 copy color: '#29A550'

red 41 ◦ green 165 ◦ blue 80

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

Shades of Eucalyptus #29A550

Tints of Eucalyptus #29A550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 14.34%
G = 57.69%
B = 27.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#29A550 (or 0x29A550) is known color: Eucalyptus. HEX triplet: 29, A5 and 50. RGB value is (41,165,80). Sum of RGB (Red+Green+Blue) = 41+165+80=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #29A550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A550 is #D65AAF. Grayscale: #767676. Windows color (decimal): -14047920 or 5285161. OLE color: 5285161.

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

Color convert

RGB 41 165 80 -
CMYK 0.75 0 0.52 0.35
HSL 138.87º 0.6% 0.4% -
HSV(B) 138.87º 0.75% 0.65% -
XYZ 15.82 27.96 12.15 -
YUV 118.23 106.42 72.91 -
System Red Green Blue C M Y K H S L
Decimal 41 165 80 0.75 0 0.52 0.35 138.87 0.6 0.4
Hex 29 A5 50 4B 0 34 23 8B 3C 28
Octal 51 245 120 113 0 64 43 213 74 50
Binary 101001 10100101 1010000 1001011 0 110100 100011 10001011 111100 101000

Color Harmonies of #29A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A550

Black with #29A550

Text Example


Text Example

White with #29A550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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