#29A874

Color #29A874 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #29A874

Tints of Jungle Green #29A874

Color information

#29A874 (or 0x29A874) is unknown color: approx Jungle Green. HEX triplet: 29, A8 and 74. RGB value is (41,168,116). Sum of RGB (Red+Green+Blue) = 41+168+116=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #29A874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A874 is #D6578B. Grayscale: #7C7C7C. Windows color (decimal): -14047116 or 7645225. OLE color: 7645225.

HSL color Cylindrical-coordinate representation of color #29A874: hue angle of 155.43º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A874 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB41168116-
CMYK0.7600.310.34
HSL155.43º60.77%40.98%-
HSV(B)155.43º75.6%65.88%-
XYZ18.0729.7421.31-
YUV124.1123.4268.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=12.62%
G=51.69%
B=35.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal411681160.7600.310.34155.4360.7740.98
Hex29A8744C01F229b3d29
Octal51250164114037422337551
Binary101001101010001110100100110001111110001010011011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,168,116); }

 H1.HeaderClassName
 {
   color: #29A874;
 }
 .AnyTagClassName
 {
   color: #29A874;
 }
</style>
background-color css

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

 a { background-color: rgb(41,168,116); }

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

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

 span { border-color: rgb(41,168,116); }

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