Html Css Color HEX #31B882 Jungle Green

📋 copy color: '#31B882'

red 49 ◦ green 184 ◦ blue 130

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

Shades of Jungle Green #31B882

Tints of Jungle Green #31B882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 13.5%
G = 50.69%
B = 35.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#31B882 (or 0x31B882) is known color: Jungle Green. HEX triplet: 31, B8 and 82. RGB value is (49,184,130). Sum of RGB (Red+Green+Blue) = 49+184+130=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #31B882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B882 is #CE477D. Grayscale: #898989. Windows color (decimal): -13518718 or 8566833. OLE color: 8566833.

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

Color convert

RGB 49 184 130 -
CMYK 0.73 0 0.29 0.28
HSL 156º 0.58% 0.46% -
HSV(B) 156º 0.73% 0.72% -
XYZ 22.44 36.55 26.99 -
YUV 137.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 49 184 130 0.73 0 0.29 0.28 156 0.58 0.46
Hex 31 B8 82 49 0 1D 1C 9C 3A 2E
Octal 61 270 202 111 0 35 34 234 72 56
Binary 110001 10111000 10000010 1001001 0 11101 11100 10011100 111010 101110

Color Harmonies of #31B882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B882

Black with #31B882

Text Example


Text Example

White with #31B882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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