Html Css Color HEX #31B387 Jungle Green

📋 copy color: '#31B387'

red 49 ◦ green 179 ◦ blue 135

#31B387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #31B387

Tints of Jungle Green #31B387

RGB

 RED value IS 49 (19.53% from 255) = 13.5%

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 13.5%
G = 49.31%
B = 37.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#31B387 (or 0x31B387) is known color: Jungle Green. HEX triplet: 31, B3 and 87. RGB value is (49,179,135). Sum of RGB (Red+Green+Blue) = 49+179+135=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #31B387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B387 is #CE4C78. Grayscale: #878787. Windows color (decimal): -13519993 or 8893233. OLE color: 8893233.

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

Color convert

RGB 49 179 135 -
CMYK 0.73 0 0.25 0.30
HSL 159.69º 0.57% 0.45% -
HSV(B) 159.69º 0.73% 0.7% -
XYZ 21.76 34.64 28.46 -
YUV 135.11 127.93 66.58 -
System Red Green Blue C M Y K H S L
Decimal 49 179 135 0.73 0 0.25 0.30 159.69 0.57 0.45
Hex 31 B3 87 49 0 19 1E A0 39 2D
Octal 61 263 207 111 0 31 36 240 71 55
Binary 110001 10110011 10000111 1001001 0 11001 11110 10100000 111001 101101

Color Harmonies of #31B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B387

Black with #31B387

Text Example


Text Example

White with #31B387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,179,135); }

 H1.HeaderClassName
 {
   color: #31B387;
 }
 .AnyTagClassName
 {
   color: #31B387;
 }
</style>

background-color css

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

 a { background-color: rgb(49,179,135); }

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

border-color css

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

 span { border-color: rgb(49,179,135); }

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