Html Css Color HEX #31B38D Jungle Green

📋 copy color: '#31B38D'

red 49 ◦ green 179 ◦ blue 141

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

Shades of Jungle Green #31B38D

Tints of Jungle Green #31B38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 13.28%
G = 48.51%
B = 38.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#31B38D (or 0x31B38D) is known color: Jungle Green. HEX triplet: 31, B3 and 8D. RGB value is (49,179,141). Sum of RGB (Red+Green+Blue) = 49+179+141=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #31B38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B38D is #CE4C72. Grayscale: #878787. Windows color (decimal): -13519987 or 9286449. OLE color: 9286449.

HSL color Cylindrical-coordinate representation of color #31B38D: hue angle of 162.46º 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 #31B38D is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 179 141 -
CMYK 0.73 0 0.21 0.30
HSL 162.46º 0.57% 0.45% -
HSV(B) 162.46º 0.73% 0.7% -
XYZ 22.19 34.82 30.75 -
YUV 135.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 49 179 141 0.73 0 0.21 0.30 162.46 0.57 0.45
Hex 31 B3 8D 49 0 15 1E A2 39 2D
Octal 61 263 215 111 0 25 36 242 71 55
Binary 110001 10110011 10001101 1001001 0 10101 11110 10100010 111001 101101

Color Harmonies of #31B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B38D

Black with #31B38D

Text Example


Text Example

White with #31B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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