Html Css Color HEX #31AD88 Jungle Green

📋 copy color: '#31AD88'

red 49 ◦ green 173 ◦ blue 136

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

Shades of Jungle Green #31AD88

Tints of Jungle Green #31AD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 13.69%
G = 48.32%
B = 37.99%

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

#31AD88 (or 0x31AD88) is known color: Jungle Green. HEX triplet: 31, AD and 88. RGB value is (49,173,136). Sum of RGB (Red+Green+Blue) = 49+173+136=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD88 is #CE5277. Grayscale: #838383. Windows color (decimal): -13521528 or 8957233. OLE color: 8957233.

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

Color convert

RGB 49 173 136 -
CMYK 0.72 0 0.21 0.32
HSL 162.1º 0.56% 0.44% -
HSV(B) 162.1º 0.72% 0.68% -
XYZ 20.65 32.32 28.44 -
YUV 131.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 49 173 136 0.72 0 0.21 0.32 162.1 0.56 0.44
Hex 31 AD 88 48 0 15 20 A2 38 2C
Octal 61 255 210 110 0 25 40 242 70 54
Binary 110001 10101101 10001000 1001000 0 10101 100000 10100010 111000 101100

Color Harmonies of #31AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD88

Black with #31AD88

Text Example


Text Example

White with #31AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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