Html Css Color HEX #31AD89 Jungle Green

📋 copy color: '#31AD89'

red 49 ◦ green 173 ◦ blue 137

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

Shades of Jungle Green #31AD89

Tints of Jungle Green #31AD89

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.19%

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

R = 13.65%
G = 48.19%
B = 38.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#31AD89 (or 0x31AD89) is known color: Jungle Green. HEX triplet: 31, AD and 89. RGB value is (49,173,137). Sum of RGB (Red+Green+Blue) = 49+173+137=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD89 is #CE5276. Grayscale: #838383. Windows color (decimal): -13521527 or 9022769. OLE color: 9022769.

HSL color Cylindrical-coordinate representation of color #31AD89: hue angle of 162.58º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD89 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 137 -
CMYK 0.72 0 0.21 0.32
HSL 162.58º 0.56% 0.44% -
HSV(B) 162.58º 0.72% 0.68% -
XYZ 20.73 32.35 28.82 -
YUV 131.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 49 173 137 0.72 0 0.21 0.32 162.58 0.56 0.44
Hex 31 AD 89 48 0 15 20 A3 38 2C
Octal 61 255 211 110 0 25 40 243 70 54
Binary 110001 10101101 10001001 1001000 0 10101 100000 10100011 111000 101100

Color Harmonies of #31AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD89

Black with #31AD89

Text Example


Text Example

White with #31AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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