Html Css Color HEX #31A683 Jungle Green

📋 copy color: '#31A683'

red 49 ◦ green 166 ◦ blue 131

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

Shades of Jungle Green #31A683

Tints of Jungle Green #31A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.98%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 14.16%
G = 47.98%
B = 37.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#31A683 (or 0x31A683) is known color: Jungle Green. HEX triplet: 31, A6 and 83. RGB value is (49,166,131). Sum of RGB (Red+Green+Blue) = 49+166+131=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #31A683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A683 is #CE597C. Grayscale: #7F7F7F. Windows color (decimal): -13523325 or 8627761. OLE color: 8627761.

HSL color Cylindrical-coordinate representation of color #31A683: hue angle of 162.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A683 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 166 131 -
CMYK 0.70 0 0.21 0.35
HSL 162.05º 0.54% 0.42% -
HSV(B) 162.05º 0.7% 0.65% -
XYZ 19 29.56 26.18 -
YUV 127.03 130.24 72.35 -
System Red Green Blue C M Y K H S L
Decimal 49 166 131 0.70 0 0.21 0.35 162.05 0.54 0.42
Hex 31 A6 83 46 0 15 23 A2 36 2A
Octal 61 246 203 106 0 25 43 242 66 52
Binary 110001 10100110 10000011 1000110 0 10101 100011 10100010 110110 101010

Color Harmonies of #31A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A683

Black with #31A683

Text Example


Text Example

White with #31A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,131); }

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

background-color css

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

 a { background-color: rgb(49,166,131); }

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

border-color css

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

 span { border-color: rgb(49,166,131); }

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