Html Css Color HEX #29A384 Jungle Green

📋 copy color: '#29A384'

red 41 ◦ green 163 ◦ blue 132

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

Shades of Jungle Green #29A384

Tints of Jungle Green #29A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.51%

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 12.2%
G = 48.51%
B = 39.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#29A384 (or 0x29A384) is known color: Jungle Green. HEX triplet: 29, A3 and 84. RGB value is (41,163,132). Sum of RGB (Red+Green+Blue) = 41+163+132=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #29A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A384 is #D65C7B. Grayscale: #7A7A7A. Windows color (decimal): -14048380 or 8692521. OLE color: 8692521.

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

Color convert

RGB 41 163 132 -
CMYK 0.75 0 0.19 0.36
HSL 164.75º 0.6% 0.4% -
HSV(B) 164.75º 0.75% 0.64% -
XYZ 18.18 28.33 26.34 -
YUV 122.99 133.08 69.52 -
System Red Green Blue C M Y K H S L
Decimal 41 163 132 0.75 0 0.19 0.36 164.75 0.6 0.4
Hex 29 A3 84 4B 0 13 24 A5 3C 28
Octal 51 243 204 113 0 23 44 245 74 50
Binary 101001 10100011 10000100 1001011 0 10011 100100 10100101 111100 101000

Color Harmonies of #29A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A384

Black with #29A384

Text Example


Text Example

White with #29A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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