Html Css Color HEX #31BC88 Jungle Green

📋 copy color: '#31BC88'

red 49 ◦ green 188 ◦ blue 136

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

Shades of Jungle Green #31BC88

Tints of Jungle Green #31BC88

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.4%

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

R = 13.14%
G = 50.4%
B = 36.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#31BC88 (or 0x31BC88) is known color: Jungle Green. HEX triplet: 31, BC and 88. RGB value is (49,188,136). Sum of RGB (Red+Green+Blue) = 49+188+136=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC88 is #CE4377. Grayscale: #8C8C8C. Windows color (decimal): -13517688 or 8961073. OLE color: 8961073.

HSL color Cylindrical-coordinate representation of color #31BC88: hue angle of 157.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC88 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 136 -
CMYK 0.74 0 0.28 0.26
HSL 157.55º 0.59% 0.46% -
HSV(B) 157.55º 0.74% 0.74% -
XYZ 23.69 38.4 29.46 -
YUV 140.51 125.45 62.73 -
System Red Green Blue C M Y K H S L
Decimal 49 188 136 0.74 0 0.28 0.26 157.55 0.59 0.46
Hex 31 BC 88 4A 0 1C 1A 9E 3B 2E
Octal 61 274 210 112 0 34 32 236 73 56
Binary 110001 10111100 10001000 1001010 0 11100 11010 10011110 111011 101110

Color Harmonies of #31BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC88

Black with #31BC88

Text Example


Text Example

White with #31BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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