#29A684

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

Shades of Jungle Green #29A684

Tints of Jungle Green #29A684

Color information

#29A684 (or 0x29A684) is unknown color: approx Jungle Green. HEX triplet: 29, A6 and 84. RGB value is (41,166,132). Sum of RGB (Red+Green+Blue) = 41+166+132=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #29A684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A684 is #D6597B. Grayscale: #7C7C7C. Windows color (decimal): -14047612 or 8693289. OLE color: 8693289.

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

Color convert

RGB41166132-
CMYK0.7500.200.35
HSL163.68º60.39%40.59%-
HSV(B)163.68º75.3%65.1%-
XYZ18.7229.4126.52-
YUV124.75132.0968.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=12.09%
G=48.97%
B=38.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411661320.7500.200.35163.6860.3940.59
Hex29A6844B01423a43c29
Octal51246204113024432447451
Binary1010011010011010000100100101101010010001110100100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,166,132); }

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

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

 a { background-color: rgb(41,166,132); }

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

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

 span { border-color: rgb(41,166,132); }

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