Html Css Color HEX #31B37E Jungle Green

📋 copy color: '#31B37E'

red 49 ◦ green 179 ◦ blue 126

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

Shades of Jungle Green #31B37E

Tints of Jungle Green #31B37E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.56%

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 13.84%
G = 50.56%
B = 35.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#31B37E (or 0x31B37E) is known color: Jungle Green. HEX triplet: 31, B3 and 7E. RGB value is (49,179,126). Sum of RGB (Red+Green+Blue) = 49+179+126=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #31B37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B37E is #CE4C81. Grayscale: #868686. Windows color (decimal): -13520002 or 8303409. OLE color: 8303409.

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

Color convert

RGB 49 179 126 -
CMYK 0.73 0 0.30 0.30
HSL 155.54º 0.57% 0.45% -
HSV(B) 155.54º 0.73% 0.7% -
XYZ 21.15 34.4 25.26 -
YUV 134.09 123.43 67.31 -
System Red Green Blue C M Y K H S L
Decimal 49 179 126 0.73 0 0.30 0.30 155.54 0.57 0.45
Hex 31 B3 7E 49 0 1E 1E 9C 39 2D
Octal 61 263 176 111 0 36 36 234 71 55
Binary 110001 10110011 1111110 1001001 0 11110 11110 10011100 111001 101101

Color Harmonies of #31B37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B37E

Black with #31B37E

Text Example


Text Example

White with #31B37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,179,126); }

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

background-color css

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

 a { background-color: rgb(49,179,126); }

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

border-color css

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

 span { border-color: rgb(49,179,126); }

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