#29BB8E

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

Shades of Jungle Green #29BB8E

Tints of Jungle Green #29BB8E

Color information

#29BB8E (or 0x29BB8E) is unknown color: approx Jungle Green. HEX triplet: 29, BB and 8E. RGB value is (41,187,142). Sum of RGB (Red+Green+Blue) = 41+187+142=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BB8E is #D64471. Grayscale: #8A8A8A. Windows color (decimal): -14042226 or 9354025. OLE color: 9354025.

HSL color Cylindrical-coordinate representation of color #29BB8E: hue angle of 161.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BB8E is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB41187142-
CMYK0.7800.240.27
HSL161.51º64.04%44.71%-
HSV(B)161.51º78.07%73.33%-
XYZ23.5737.9731.68-
YUV138.22130.1358.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.08%
GREEN value IS 187 (73.44% from 255) = 50.54%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=11.08%
G=50.54%
B=38.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411871420.7800.240.27161.5164.0444.71
Hex29BB8E4E0181Ba2402d
Octal512732161160303324210055
Binary1010011011101110001110100111001100011011101000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,187,142); }

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

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

 a { background-color: rgb(41,187,142); }

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

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

 span { border-color: rgb(41,187,142); }

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