#31B48D

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

Shades of Jungle Green #31B48D

Tints of Jungle Green #31B48D

Color information

#31B48D (or 0x31B48D) is unknown color: approx Jungle Green. HEX triplet: 31, B4 and 8D. RGB value is (49,180,141). Sum of RGB (Red+Green+Blue) = 49+180+141=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #31B48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B48D is #CE4B72. Grayscale: #888888. Windows color (decimal): -13519731 or 9286705. OLE color: 9286705.

HSL color Cylindrical-coordinate representation of color #31B48D: hue angle of 162.14º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B48D is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB49180141-
CMYK0.7300.220.29
HSL162.14º57.21%44.9%-
HSV(B)162.14º72.78%70.59%-
XYZ22.435.2230.82-
YUV136.38130.665.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=13.24%
G=48.65%
B=38.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491801410.7300.220.29162.1457.2144.9
Hex31B48D490161Da2392d
Octal61264215111026352427155
Binary110001101101001000110110010010101101110110100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,141); }

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

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

 a { background-color: rgb(49,180,141); }

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

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

 span { border-color: rgb(49,180,141); }

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