Html Css Color HEX #31B689 Jungle Green

📋 copy color: '#31B689'

red 49 ◦ green 182 ◦ blue 137

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

Shades of Jungle Green #31B689

Tints of Jungle Green #31B689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 13.32%
G = 49.46%
B = 37.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#31B689 (or 0x31B689) is known color: Jungle Green. HEX triplet: 31, B6 and 89. RGB value is (49,182,137). Sum of RGB (Red+Green+Blue) = 49+182+137=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #31B689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B689 is #CE4976. Grayscale: #898989. Windows color (decimal): -13519223 or 9025073. OLE color: 9025073.

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

Color convert

RGB 49 182 137 -
CMYK 0.73 0 0.25 0.29
HSL 159.7º 0.58% 0.45% -
HSV(B) 159.7º 0.73% 0.71% -
XYZ 22.51 35.92 29.41 -
YUV 137.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 49 182 137 0.73 0 0.25 0.29 159.7 0.58 0.45
Hex 31 B6 89 49 0 19 1D A0 3A 2D
Octal 61 266 211 111 0 31 35 240 72 55
Binary 110001 10110110 10001001 1001001 0 11001 11101 10100000 111010 101101

Color Harmonies of #31B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B689

Black with #31B689

Text Example


Text Example

White with #31B689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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