Html Css Color HEX #31B68B Jungle Green

📋 copy color: '#31B68B'

red 49 ◦ green 182 ◦ blue 139

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

Shades of Jungle Green #31B68B

Tints of Jungle Green #31B68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 13.24%
G = 49.19%
B = 37.57%

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

#31B68B (or 0x31B68B) is known color: Jungle Green. HEX triplet: 31, B6 and 8B. RGB value is (49,182,139). Sum of RGB (Red+Green+Blue) = 49+182+139=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #31B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B68B is #CE4974. Grayscale: #898989. Windows color (decimal): -13519221 or 9156145. OLE color: 9156145.

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

Color convert

RGB 49 182 139 -
CMYK 0.73 0 0.24 0.29
HSL 160.6º 0.58% 0.45% -
HSV(B) 160.6º 0.73% 0.71% -
XYZ 22.65 35.97 30.18 -
YUV 137.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 49 182 139 0.73 0 0.24 0.29 160.6 0.58 0.45
Hex 31 B6 8B 49 0 18 1D A1 3A 2D
Octal 61 266 213 111 0 30 35 241 72 55
Binary 110001 10110110 10001011 1001001 0 11000 11101 10100001 111010 101101

Color Harmonies of #31B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B68B

Black with #31B68B

Text Example


Text Example

White with #31B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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