#29B287

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

Shades of Jungle Green #29B287

Tints of Jungle Green #29B287

Color information

#29B287 (or 0x29B287) is unknown color: approx Jungle Green. HEX triplet: 29, B2 and 87. RGB value is (41,178,135). Sum of RGB (Red+Green+Blue) = 41+178+135=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #29B287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B287 is #D64D78. Grayscale: #848484. Windows color (decimal): -14044537 or 8892969. OLE color: 8892969.

HSL color Cylindrical-coordinate representation of color #29B287: hue angle of 161.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B287 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB41178135-
CMYK0.7700.240.30
HSL161.17º62.56%42.94%-
HSV(B)161.17º76.97%69.8%-
XYZ21.2134.0628.38-
YUV132.14129.6163-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=11.58%
G=50.28%
B=38.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411781350.7700.240.30161.1762.5642.94
Hex29B2874D0181Ea13f2b
Octal51262207115030362417753
Binary101001101100101000011110011010110001111010100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,178,135); }

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

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

 a { background-color: rgb(41,178,135); }

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

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

 span { border-color: rgb(41,178,135); }

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