#31AE7E

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

Shades of Jungle Green #31AE7E

Tints of Jungle Green #31AE7E

Color information

#31AE7E (or 0x31AE7E) is unknown color: approx Jungle Green. HEX triplet: 31, AE and 7E. RGB value is (49,174,126). Sum of RGB (Red+Green+Blue) = 49+174+126=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE7E is #CE5181. Grayscale: #838383. Windows color (decimal): -13521282 or 8302129. OLE color: 8302129.

HSL color Cylindrical-coordinate representation of color #31AE7E: hue angle of 156.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AE7E is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB49174126-
CMYK0.7200.280.32
HSL156.96º56.05%43.73%-
HSV(B)156.96º71.84%68.24%-
XYZ20.1732.4324.94-
YUV131.15125.0969.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=14.04%
G=49.86%
B=36.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491741260.7200.280.32156.9656.0543.73
Hex31AE7E4801C209d382c
Octal61256176110034402357054
Binary110001101011101111110100100001110010000010011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31AE7E; }

 p { color: rgb(49,174,126); }

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

<style>
 a { background-color: #31AE7E; }

 a { background-color: rgb(49,174,126); }

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

<style>
 span { border-color: #31AE7E; }

 span { border-color: rgb(49,174,126); }

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