Html Css Color HEX #31B481 Jungle Green

📋 copy color: '#31B481'

red 49 ◦ green 180 ◦ blue 129

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

Shades of Jungle Green #31B481

Tints of Jungle Green #31B481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 13.69%
G = 50.28%
B = 36.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#31B481 (or 0x31B481) is known color: Jungle Green. HEX triplet: 31, B4 and 81. RGB value is (49,180,129). Sum of RGB (Red+Green+Blue) = 49+180+129=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #31B481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B481 is #CE4B7E. Grayscale: #878787. Windows color (decimal): -13519743 or 8500273. OLE color: 8500273.

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

Color convert

RGB 49 180 129 -
CMYK 0.73 0 0.28 0.29
HSL 156.64º 0.57% 0.45% -
HSV(B) 156.64º 0.73% 0.71% -
XYZ 21.55 34.88 26.37 -
YUV 135.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 49 180 129 0.73 0 0.28 0.29 156.64 0.57 0.45
Hex 31 B4 81 49 0 1C 1D 9D 39 2D
Octal 61 264 201 111 0 34 35 235 71 55
Binary 110001 10110100 10000001 1001001 0 11100 11101 10011101 111001 101101

Color Harmonies of #31B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B481

Black with #31B481

Text Example


Text Example

White with #31B481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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