Html Css Color HEX #31B286 Jungle Green

📋 copy color: '#31B286'

red 49 ◦ green 178 ◦ blue 134

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

Shades of Jungle Green #31B286

Tints of Jungle Green #31B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.31%

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 13.57%
G = 49.31%
B = 37.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#31B286 (or 0x31B286) is known color: Jungle Green. HEX triplet: 31, B2 and 86. RGB value is (49,178,134). Sum of RGB (Red+Green+Blue) = 49+178+134=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #31B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B286 is #CE4D79. Grayscale: #868686. Windows color (decimal): -13520250 or 8827441. OLE color: 8827441.

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

Color convert

RGB 49 178 134 -
CMYK 0.72 0 0.25 0.30
HSL 159.53º 0.57% 0.45% -
HSV(B) 159.53º 0.72% 0.7% -
XYZ 21.49 34.21 28.03 -
YUV 134.41 127.76 67.08 -
System Red Green Blue C M Y K H S L
Decimal 49 178 134 0.72 0 0.25 0.30 159.53 0.57 0.45
Hex 31 B2 86 48 0 19 1E A0 39 2D
Octal 61 262 206 110 0 31 36 240 71 55
Binary 110001 10110010 10000110 1001000 0 11001 11110 10100000 111001 101101

Color Harmonies of #31B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B286

Black with #31B286

Text Example


Text Example

White with #31B286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,178,134); }

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

background-color css

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

 a { background-color: rgb(49,178,134); }

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

border-color css

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

 span { border-color: rgb(49,178,134); }

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