#29A483

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

Shades of Jungle Green #29A483

Tints of Jungle Green #29A483

Color information

#29A483 (or 0x29A483) is unknown color: approx Jungle Green. HEX triplet: 29, A4 and 83. RGB value is (41,164,131). Sum of RGB (Red+Green+Blue) = 41+164+131=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #29A483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A483 is #D65B7C. Grayscale: #7B7B7B. Windows color (decimal): -14048125 or 8627241. OLE color: 8627241.

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

Color convert

RGB41164131-
CMYK0.7500.200.36
HSL163.9º60%40.2%-
HSV(B)163.9º75%64.31%-
XYZ18.2928.6626.04-
YUV123.46132.2569.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=12.20%
G=48.81%
B=38.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411641310.7500.200.36163.96040.2
Hex29A4834B01424a43c28
Octal51244203113024442447450
Binary1010011010010010000011100101101010010010010100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,164,131); }

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

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

 a { background-color: rgb(41,164,131); }

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

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

 span { border-color: rgb(41,164,131); }

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