#31A57D

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

Shades of Jungle Green #31A57D

Tints of Jungle Green #31A57D

Color information

#31A57D (or 0x31A57D) is unknown color: approx Jungle Green. HEX triplet: 31, A5 and 7D. RGB value is (49,165,125). Sum of RGB (Red+Green+Blue) = 49+165+125=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #31A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A57D is #CE5A82. Grayscale: #7D7D7D. Windows color (decimal): -13523587 or 8234289. OLE color: 8234289.

HSL color Cylindrical-coordinate representation of color #31A57D: hue angle of 159.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A57D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB49165125-
CMYK0.7000.240.35
HSL159.31º54.21%41.96%-
HSV(B)159.31º70.3%64.71%-
XYZ18.4229.0424.04-
YUV125.76127.5773.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=14.45%
G=48.67%
B=36.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491651250.7000.240.35159.3154.2141.96
Hex31A57D46018239f362a
Octal61245175106030432376652
Binary110001101001011111101100011001100010001110011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,165,125); }

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

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

 a { background-color: rgb(49,165,125); }

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

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

 span { border-color: rgb(49,165,125); }

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