Html Css Color HEX #31B784 Jungle Green

📋 copy color: '#31B784'

red 49 ◦ green 183 ◦ blue 132

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

Shades of Jungle Green #31B784

Tints of Jungle Green #31B784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 13.46%
G = 50.27%
B = 36.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#31B784 (or 0x31B784) is known color: Jungle Green. HEX triplet: 31, B7 and 84. RGB value is (49,183,132). Sum of RGB (Red+Green+Blue) = 49+183+132=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #31B784 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B784 is #CE487B. Grayscale: #898989. Windows color (decimal): -13518972 or 8697649. OLE color: 8697649.

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

Color convert

RGB 49 183 132 -
CMYK 0.73 0 0.28 0.28
HSL 157.16º 0.58% 0.45% -
HSV(B) 157.16º 0.73% 0.72% -
XYZ 22.36 36.19 27.64 -
YUV 137.12 125.11 65.15 -
System Red Green Blue C M Y K H S L
Decimal 49 183 132 0.73 0 0.28 0.28 157.16 0.58 0.45
Hex 31 B7 84 49 0 1C 1C 9D 3A 2D
Octal 61 267 204 111 0 34 34 235 72 55
Binary 110001 10110111 10000100 1001001 0 11100 11100 10011101 111010 101101

Color Harmonies of #31B784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B784

Black with #31B784

Text Example


Text Example

White with #31B784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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