Html Css Color HEX #31AE8A Jungle Green

📋 copy color: '#31AE8A'

red 49 ◦ green 174 ◦ blue 138

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

Shades of Jungle Green #31AE8A

Tints of Jungle Green #31AE8A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.2%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 13.57%
G = 48.2%
B = 38.23%

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

#31AE8A (or 0x31AE8A) is known color: Jungle Green. HEX triplet: 31, AE and 8A. RGB value is (49,174,138). Sum of RGB (Red+Green+Blue) = 49+174+138=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AE8A is #CE5175. Grayscale: #848484. Windows color (decimal): -13521270 or 9088561. OLE color: 9088561.

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

Color convert

RGB 49 174 138 -
CMYK 0.72 0 0.21 0.32
HSL 162.72º 0.56% 0.44% -
HSV(B) 162.72º 0.72% 0.68% -
XYZ 20.99 32.76 29.26 -
YUV 132.52 131.09 68.43 -
System Red Green Blue C M Y K H S L
Decimal 49 174 138 0.72 0 0.21 0.32 162.72 0.56 0.44
Hex 31 AE 8A 48 0 15 20 A3 38 2C
Octal 61 256 212 110 0 25 40 243 70 54
Binary 110001 10101110 10001010 1001000 0 10101 100000 10100011 111000 101100

Color Harmonies of #31AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE8A

Black with #31AE8A

Text Example


Text Example

White with #31AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,174,138); }

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

background-color css

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

 a { background-color: rgb(49,174,138); }

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

border-color css

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

 span { border-color: rgb(49,174,138); }

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