Html Css Color HEX #29A07B Jungle Green

📋 copy color: '#29A07B'

red 41 ◦ green 160 ◦ blue 123

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

Shades of Jungle Green #29A07B

Tints of Jungle Green #29A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.38%

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 12.65%
G = 49.38%
B = 37.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#29A07B (or 0x29A07B) is known color: Jungle Green. HEX triplet: 29, A0 and 7B. RGB value is (41,160,123). Sum of RGB (Red+Green+Blue) = 41+160+123=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #29A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A07B is #D65F84. Grayscale: #787878. Windows color (decimal): -14049157 or 8101929. OLE color: 8101929.

HSL color Cylindrical-coordinate representation of color #29A07B: hue angle of 161.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A07B is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 160 123 -
CMYK 0.74 0 0.23 0.37
HSL 161.34º 0.59% 0.39% -
HSV(B) 161.34º 0.74% 0.63% -
XYZ 17.06 27.04 23.06 -
YUV 120.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 41 160 123 0.74 0 0.23 0.37 161.34 0.59 0.39
Hex 29 A0 7B 4A 0 17 25 A1 3B 27
Octal 51 240 173 112 0 27 45 241 73 47
Binary 101001 10100000 1111011 1001010 0 10111 100101 10100001 111011 100111

Color Harmonies of #29A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A07B

Black with #29A07B

Text Example


Text Example

White with #29A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,160,123); }

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

background-color css

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

 a { background-color: rgb(41,160,123); }

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

border-color css

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

 span { border-color: rgb(41,160,123); }

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