Html Css Color HEX #31B68F Jungle Green

📋 copy color: '#31B68F'

red 49 ◦ green 182 ◦ blue 143

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

Shades of Jungle Green #31B68F

Tints of Jungle Green #31B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 13.1%
G = 48.66%
B = 38.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#31B68F (or 0x31B68F) is known color: Jungle Green. HEX triplet: 31, B6 and 8F. RGB value is (49,182,143). Sum of RGB (Red+Green+Blue) = 49+182+143=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #31B68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B68F is #CE4970. Grayscale: #898989. Windows color (decimal): -13519217 or 9418289. OLE color: 9418289.

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

Color convert

RGB 49 182 143 -
CMYK 0.73 0 0.21 0.29
HSL 162.41º 0.58% 0.45% -
HSV(B) 162.41º 0.73% 0.71% -
XYZ 22.95 36.09 31.74 -
YUV 137.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 49 182 143 0.73 0 0.21 0.29 162.41 0.58 0.45
Hex 31 B6 8F 49 0 15 1D A2 3A 2D
Octal 61 266 217 111 0 25 35 242 72 55
Binary 110001 10110110 10001111 1001001 0 10101 11101 10100010 111010 101101

Color Harmonies of #31B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B68F

Black with #31B68F

Text Example


Text Example

White with #31B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,182,143); }

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

background-color css

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

 a { background-color: rgb(49,182,143); }

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

border-color css

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

 span { border-color: rgb(49,182,143); }

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