Html Css Color HEX #31BB87 Jungle Green

📋 copy color: '#31BB87'

red 49 ◦ green 187 ◦ blue 135

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

Shades of Jungle Green #31BB87

Tints of Jungle Green #31BB87

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.4%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 13.21%
G = 50.4%
B = 36.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#31BB87 (or 0x31BB87) is known color: Jungle Green. HEX triplet: 31, BB and 87. RGB value is (49,187,135). Sum of RGB (Red+Green+Blue) = 49+187+135=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BB87 is #CE4478. Grayscale: #8B8B8B. Windows color (decimal): -13517945 or 8895281. OLE color: 8895281.

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

Color convert

RGB 49 187 135 -
CMYK 0.74 0 0.28 0.27
HSL 157.39º 0.58% 0.46% -
HSV(B) 157.39º 0.74% 0.73% -
XYZ 23.41 37.94 29.01 -
YUV 139.81 125.28 63.23 -
System Red Green Blue C M Y K H S L
Decimal 49 187 135 0.74 0 0.28 0.27 157.39 0.58 0.46
Hex 31 BB 87 4A 0 1C 1B 9D 3A 2E
Octal 61 273 207 112 0 34 33 235 72 56
Binary 110001 10111011 10000111 1001010 0 11100 11011 10011101 111010 101110

Color Harmonies of #31BB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BB87

Black with #31BB87

Text Example


Text Example

White with #31BB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,187,135); }

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

background-color css

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

 a { background-color: rgb(49,187,135); }

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

border-color css

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

 span { border-color: rgb(49,187,135); }

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