Html Css Color HEX #31B881 Jungle Green

📋 copy color: '#31B881'

red 49 ◦ green 184 ◦ blue 129

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

Shades of Jungle Green #31B881

Tints of Jungle Green #31B881

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.83%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 13.54%
G = 50.83%
B = 35.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#31B881 (or 0x31B881) is known color: Jungle Green. HEX triplet: 31, B8 and 81. RGB value is (49,184,129). Sum of RGB (Red+Green+Blue) = 49+184+129=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #31B881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B881 is #CE477E. Grayscale: #898989. Windows color (decimal): -13518719 or 8501297. OLE color: 8501297.

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

Color convert

RGB 49 184 129 -
CMYK 0.73 0 0.30 0.28
HSL 155.56º 0.58% 0.46% -
HSV(B) 155.56º 0.73% 0.72% -
XYZ 22.37 36.52 26.64 -
YUV 137.37 123.27 64.97 -
System Red Green Blue C M Y K H S L
Decimal 49 184 129 0.73 0 0.30 0.28 155.56 0.58 0.46
Hex 31 B8 81 49 0 1E 1C 9C 3A 2E
Octal 61 270 201 111 0 36 34 234 72 56
Binary 110001 10111000 10000001 1001001 0 11110 11100 10011100 111010 101110

Color Harmonies of #31B881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B881

Black with #31B881

Text Example


Text Example

White with #31B881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,184,129); }

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

background-color css

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

 a { background-color: rgb(49,184,129); }

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

border-color css

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

 span { border-color: rgb(49,184,129); }

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