Html Css Color HEX #31B48C Jungle Green

📋 copy color: '#31B48C'

red 49 ◦ green 180 ◦ blue 140

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

Shades of Jungle Green #31B48C

Tints of Jungle Green #31B48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 13.28%
G = 48.78%
B = 37.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#31B48C (or 0x31B48C) is known color: Jungle Green. HEX triplet: 31, B4 and 8C. RGB value is (49,180,140). Sum of RGB (Red+Green+Blue) = 49+180+140=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #31B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B48C is #CE4B73. Grayscale: #888888. Windows color (decimal): -13519732 or 9221169. OLE color: 9221169.

HSL color Cylindrical-coordinate representation of color #31B48C: hue angle of 161.68º 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 #31B48C is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 180 140 -
CMYK 0.73 0 0.22 0.29
HSL 161.68º 0.57% 0.45% -
HSV(B) 161.68º 0.73% 0.71% -
XYZ 22.32 35.19 30.43 -
YUV 136.27 130.1 65.75 -
System Red Green Blue C M Y K H S L
Decimal 49 180 140 0.73 0 0.22 0.29 161.68 0.57 0.45
Hex 31 B4 8C 49 0 16 1D A2 39 2D
Octal 61 264 214 111 0 26 35 242 71 55
Binary 110001 10110100 10001100 1001001 0 10110 11101 10100010 111001 101101

Color Harmonies of #31B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B48C

Black with #31B48C

Text Example


Text Example

White with #31B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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