#31B781

Color #31B781 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #31B781

Tints of Jungle Green #31B781

Color information

#31B781 (or 0x31B781) is unknown color: approx Jungle Green. HEX triplet: 31, B7 and 81. RGB value is (49,183,129). Sum of RGB (Red+Green+Blue) = 49+183+129=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #31B781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B781 is #CE487E. Grayscale: #888888. Windows color (decimal): -13518975 or 8501041. OLE color: 8501041.

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

Color convert

RGB49183129-
CMYK0.7300.300.28
HSL155.82º57.76%45.49%-
HSV(B)155.82º73.22%71.76%-
XYZ22.1636.126.57-
YUV136.78123.6165.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=13.57%
G=50.69%
B=35.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal491831290.7300.300.28155.8257.7645.49
Hex31B7814901E1C9c3a2d
Octal61267201111036342347255
Binary110001101101111000000110010010111101110010011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31B781;
 }
 .AnyTagClassName
 {
   color: #31B781;
 }
</style>
background-color css

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

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

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

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

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

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