Html Css Color HEX #31AD8B Jungle Green

📋 copy color: '#31AD8B'

red 49 ◦ green 173 ◦ blue 139

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

Shades of Jungle Green #31AD8B

Tints of Jungle Green #31AD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 13.57%
G = 47.92%
B = 38.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#31AD8B (or 0x31AD8B) is known color: Jungle Green. HEX triplet: 31, AD and 8B. RGB value is (49,173,139). Sum of RGB (Red+Green+Blue) = 49+173+139=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD8B is #CE5274. Grayscale: #848484. Windows color (decimal): -13521525 or 9153841. OLE color: 9153841.

HSL color Cylindrical-coordinate representation of color #31AD8B: hue angle of 163.55º 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 #31AD8B is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 139 -
CMYK 0.72 0 0.20 0.32
HSL 163.55º 0.56% 0.44% -
HSV(B) 163.55º 0.72% 0.68% -
XYZ 20.87 32.4 29.58 -
YUV 132.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 49 173 139 0.72 0 0.20 0.32 163.55 0.56 0.44
Hex 31 AD 8B 48 0 14 20 A4 38 2C
Octal 61 255 213 110 0 24 40 244 70 54
Binary 110001 10101101 10001011 1001000 0 10100 100000 10100100 111000 101100

Color Harmonies of #31AD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD8B

Black with #31AD8B

Text Example


Text Example

White with #31AD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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