#29A281

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

Shades of Jungle Green #29A281

Tints of Jungle Green #29A281

Color information

#29A281 (or 0x29A281) is unknown color: approx Jungle Green. HEX triplet: 29, A2 and 81. RGB value is (41,162,129). Sum of RGB (Red+Green+Blue) = 41+162+129=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #29A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A281 is #D65D7E. Grayscale: #7A7A7A. Windows color (decimal): -14048639 or 8495657. OLE color: 8495657.

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

Color convert

RGB41162129-
CMYK0.7500.200.36
HSL163.64º59.61%39.8%-
HSV(B)163.64º74.69%63.53%-
XYZ17.827.925.22-
YUV122.06131.9170.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=12.35%
G=48.80%
B=38.86%

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
Decimal411621290.7500.200.36163.6459.6139.8
Hex29A2814B01424a43c28
Octal51242201113024442447450
Binary1010011010001010000001100101101010010010010100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,162,129); }

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

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

 a { background-color: rgb(41,162,129); }

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

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

 span { border-color: rgb(41,162,129); }

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