#31af7f

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

Shades of Jungle Green #31AF7F

Tints of Jungle Green #31AF7F

Color information

#31AF7F (or 0x31AF7F) is unknown color: approx Jungle Green. HEX triplet: 31, AF and 7F. RGB value is (49,175,127). Sum of RGB (Red+Green+Blue) = 49+175+127=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF7F is #CE5080. Grayscale: #838383. Windows color (decimal): -13521025 or 8367921. OLE color: 8367921.

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

Color convert

RGB49175127-
CMYK0.7200.270.31
HSL157.14º56.25%43.92%-
HSV(B)157.14º72%68.63%-
XYZ20.4332.8525.34-
YUV131.85125.2668.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 127 (50% from 255) = 36.18%
R=13.96%
G=49.86%
B=36.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491751270.7200.270.31157.1456.2543.92
Hex31AF7F4801B1F9d382c
Octal61257177110033372357054
Binary11000110101111111111110010000110111111110011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31af7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,175,127); }

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

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

 a { background-color: rgb(49,175,127); }

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

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

 span { border-color: rgb(49,175,127); }

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