Html Css Color HEX #31B985 Jungle Green

📋 copy color: '#31B985'

red 49 ◦ green 185 ◦ blue 133

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

Shades of Jungle Green #31B985

Tints of Jungle Green #31B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.41%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 13.35%
G = 50.41%
B = 36.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#31B985 (or 0x31B985) is known color: Jungle Green. HEX triplet: 31, B9 and 85. RGB value is (49,185,133). Sum of RGB (Red+Green+Blue) = 49+185+133=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #31B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B985 is #CE467A. Grayscale: #8A8A8A. Windows color (decimal): -13518459 or 8763697. OLE color: 8763697.

HSL color Cylindrical-coordinate representation of color #31B985: hue angle of 157.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B985 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 185 133 -
CMYK 0.74 0 0.28 0.27
HSL 157.06º 0.58% 0.46% -
HSV(B) 157.06º 0.74% 0.73% -
XYZ 22.85 37.04 28.14 -
YUV 138.41 124.94 64.23 -
System Red Green Blue C M Y K H S L
Decimal 49 185 133 0.74 0 0.28 0.27 157.06 0.58 0.46
Hex 31 B9 85 4A 0 1C 1B 9D 3A 2E
Octal 61 271 205 112 0 34 33 235 72 56
Binary 110001 10111001 10000101 1001010 0 11100 11011 10011101 111010 101110

Color Harmonies of #31B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B985

Black with #31B985

Text Example


Text Example

White with #31B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,185,133); }

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

background-color css

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

 a { background-color: rgb(49,185,133); }

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

border-color css

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

 span { border-color: rgb(49,185,133); }

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