Html Css Color HEX #31B790 Jungle Green

📋 copy color: '#31B790'

red 49 ◦ green 183 ◦ blue 144

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

Shades of Jungle Green #31B790

Tints of Jungle Green #31B790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 13.03%
G = 48.67%
B = 38.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#31B790 (or 0x31B790) is known color: Jungle Green. HEX triplet: 31, B7 and 90. RGB value is (49,183,144). Sum of RGB (Red+Green+Blue) = 49+183+144=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #31B790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B790 is #CE486F. Grayscale: #8A8A8A. Windows color (decimal): -13518960 or 9484081. OLE color: 9484081.

HSL color Cylindrical-coordinate representation of color #31B790: hue angle of 162.54º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B790 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 183 144 -
CMYK 0.73 0 0.21 0.28
HSL 162.54º 0.58% 0.45% -
HSV(B) 162.54º 0.73% 0.72% -
XYZ 23.23 36.53 32.21 -
YUV 138.49 131.11 64.17 -
System Red Green Blue C M Y K H S L
Decimal 49 183 144 0.73 0 0.21 0.28 162.54 0.58 0.45
Hex 31 B7 90 49 0 15 1C A3 3A 2D
Octal 61 267 220 111 0 25 34 243 72 55
Binary 110001 10110111 10010000 1001001 0 10101 11100 10100011 111010 101101

Color Harmonies of #31B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B790

Black with #31B790

Text Example


Text Example

White with #31B790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,183,144); }

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

background-color css

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

 a { background-color: rgb(49,183,144); }

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

border-color css

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

 span { border-color: rgb(49,183,144); }

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