Html Css Color HEX #31B682 Jungle Green

📋 copy color: '#31B682'

red 49 ◦ green 182 ◦ blue 130

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

Shades of Jungle Green #31B682

Tints of Jungle Green #31B682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

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

R = 13.57%
G = 50.42%
B = 36.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#31B682 (or 0x31B682) is known color: Jungle Green. HEX triplet: 31, B6 and 82. RGB value is (49,182,130). Sum of RGB (Red+Green+Blue) = 49+182+130=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #31B682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B682 is #CE497D. Grayscale: #888888. Windows color (decimal): -13519230 or 8566321. OLE color: 8566321.

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

Color convert

RGB 49 182 130 -
CMYK 0.73 0 0.29 0.29
HSL 156.54º 0.58% 0.45% -
HSV(B) 156.54º 0.73% 0.71% -
XYZ 22.02 35.72 26.85 -
YUV 136.31 124.44 65.73 -
System Red Green Blue C M Y K H S L
Decimal 49 182 130 0.73 0 0.29 0.29 156.54 0.58 0.45
Hex 31 B6 82 49 0 1D 1D 9D 3A 2D
Octal 61 266 202 111 0 35 35 235 72 55
Binary 110001 10110110 10000010 1001001 0 11101 11101 10011101 111010 101101

Color Harmonies of #31B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B682

Black with #31B682

Text Example


Text Example

White with #31B682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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