#31AD7A

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

Shades of Jungle Green #31AD7A

Tints of Jungle Green #31AD7A

Color information

#31AD7A (or 0x31AD7A) is unknown color: approx Jungle Green. HEX triplet: 31, AD and 7A. RGB value is (49,173,122). Sum of RGB (Red+Green+Blue) = 49+173+122=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD7A is #CE5285. Grayscale: #828282. Windows color (decimal): -13521542 or 8039729. OLE color: 8039729.

HSL color Cylindrical-coordinate representation of color #31AD7A: hue angle of 155.32º 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 #31AD7A is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB49173122-
CMYK0.7200.290.32
HSL155.32º55.86%43.53%-
HSV(B)155.32º71.68%67.84%-
XYZ19.7231.9523.54-
YUV130.11123.4270.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 173 (67.97% from 255) = 50.29%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=14.24%
G=50.29%
B=35.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491731220.7200.290.32155.3255.8643.53
Hex31AD7A4801D209b382c
Octal61255172110035402337054
Binary110001101011011111010100100001110110000010011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,173,122); }

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

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

 a { background-color: rgb(49,173,122); }

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

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

 span { border-color: rgb(49,173,122); }

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