Html Css Color HEX #29A57A Jungle Green

📋 copy color: '#29A57A'

red 41 ◦ green 165 ◦ blue 122

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

Shades of Jungle Green #29A57A

Tints of Jungle Green #29A57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 12.5%
G = 50.3%
B = 37.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#29A57A (or 0x29A57A) is known color: Jungle Green. HEX triplet: 29, A5 and 7A. RGB value is (41,165,122). Sum of RGB (Red+Green+Blue) = 41+165+122=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #29A57A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A57A is #D65A85. Grayscale: #7B7B7B. Windows color (decimal): -14047878 or 8037673. OLE color: 8037673.

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

Color convert

RGB 41 165 122 -
CMYK 0.75 0 0.26 0.35
HSL 159.19º 0.6% 0.4% -
HSV(B) 159.19º 0.75% 0.65% -
XYZ 17.88 28.79 23.03 -
YUV 123.02 127.42 69.5 -
System Red Green Blue C M Y K H S L
Decimal 41 165 122 0.75 0 0.26 0.35 159.19 0.6 0.4
Hex 29 A5 7A 4B 0 1A 23 9F 3C 28
Octal 51 245 172 113 0 32 43 237 74 50
Binary 101001 10100101 1111010 1001011 0 11010 100011 10011111 111100 101000

Color Harmonies of #29A57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A57A

Black with #29A57A

Text Example


Text Example

White with #29A57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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