Html Css Color HEX #29B488 Jungle Green

📋 copy color: '#29B488'

red 41 ◦ green 180 ◦ blue 136

#29B488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #29B488

Tints of Jungle Green #29B488

RGB

 RED value IS 41 (16.41% from 255) = 11.48%

 GREEN value IS 180 (70.7% from 255) = 50.42%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 11.48%
G = 50.42%
B = 38.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#29B488 (or 0x29B488) is known color: Jungle Green. HEX triplet: 29, B4 and 88. RGB value is (41,180,136). Sum of RGB (Red+Green+Blue) = 41+180+136=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #29B488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B488 is #D64B77. Grayscale: #858585. Windows color (decimal): -14044024 or 8959017. OLE color: 8959017.

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

Color convert

RGB 41 180 136 -
CMYK 0.77 0 0.24 0.29
HSL 161.01º 0.63% 0.43% -
HSV(B) 161.01º 0.77% 0.71% -
XYZ 21.68 34.89 28.88 -
YUV 133.42 129.45 62.08 -
System Red Green Blue C M Y K H S L
Decimal 41 180 136 0.77 0 0.24 0.29 161.01 0.63 0.43
Hex 29 B4 88 4D 0 18 1D A1 3F 2B
Octal 51 264 210 115 0 30 35 241 77 53
Binary 101001 10110100 10001000 1001101 0 11000 11101 10100001 111111 101011

Color Harmonies of #29B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B488

Black with #29B488

Text Example


Text Example

White with #29B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,180,136); }

 H1.HeaderClassName
 {
   color: #29B488;
 }
 .AnyTagClassName
 {
   color: #29B488;
 }
</style>

background-color css

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

 a { background-color: rgb(41,180,136); }

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

border-color css

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

 span { border-color: rgb(41,180,136); }

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