Html Css Color HEX #31B488 Jungle Green

📋 copy color: '#31B488'

red 49 ◦ green 180 ◦ blue 136

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

Shades of Jungle Green #31B488

Tints of Jungle Green #31B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

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

R = 13.42%
G = 49.32%
B = 37.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#31B488 (or 0x31B488) is known color: Jungle Green. HEX triplet: 31, B4 and 88. RGB value is (49,180,136). Sum of RGB (Red+Green+Blue) = 49+180+136=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #31B488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B488 is #CE4B77. Grayscale: #878787. Windows color (decimal): -13519736 or 8959025. OLE color: 8959025.

HSL color Cylindrical-coordinate representation of color #31B488: hue angle of 159.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B488 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 180 136 -
CMYK 0.73 0 0.24 0.29
HSL 159.85º 0.57% 0.45% -
HSV(B) 159.85º 0.73% 0.71% -
XYZ 22.03 35.07 28.9 -
YUV 135.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 49 180 136 0.73 0 0.24 0.29 159.85 0.57 0.45
Hex 31 B4 88 49 0 18 1D A0 39 2D
Octal 61 264 210 111 0 30 35 240 71 55
Binary 110001 10110100 10001000 1001001 0 11000 11101 10100000 111001 101101

Color Harmonies of #31B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B488

Black with #31B488

Text Example


Text Example

White with #31B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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