#31a97c

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

Shades of Jungle Green #31A97C

Tints of Jungle Green #31A97C

Color information

#31A97C (or 0x31A97C) is unknown color: approx Jungle Green. HEX triplet: 31, A9 and 7C. RGB value is (49,169,124). Sum of RGB (Red+Green+Blue) = 49+169+124=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #31A97C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A97C is #CE5683. Grayscale: #808080. Windows color (decimal): -13522564 or 8169777. OLE color: 8169777.

HSL color Cylindrical-coordinate representation of color #31A97C: hue angle of 157.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A97C is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB49169124-
CMYK0.7100.270.34
HSL157.5º55.05%42.75%-
HSV(B)157.5º71.01%66.27%-
XYZ19.0930.4823.95-
YUV127.99125.7471.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 169 (66.41% from 255) = 49.42%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=14.33%
G=49.42%
B=36.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491691240.7100.270.34157.555.0542.75
Hex31A97C4701B229e372b
Octal61251174107033422366753
Binary110001101010011111100100011101101110001010011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,169,124); }

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

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

 a { background-color: rgb(49,169,124); }

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

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

 span { border-color: rgb(49,169,124); }

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