#31BE84

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

Shades of Jungle Green #31BE84

Tints of Jungle Green #31BE84

Color information

#31BE84 (or 0x31BE84) is unknown color: approx Jungle Green. HEX triplet: 31, BE and 84. RGB value is (49,190,132). Sum of RGB (Red+Green+Blue) = 49+190+132=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BE84 is #CE417B. Grayscale: #8D8D8D. Windows color (decimal): -13517180 or 8699441. OLE color: 8699441.

HSL color Cylindrical-coordinate representation of color #31BE84: hue angle of 155.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE84 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB49190132-
CMYK0.7400.310.25
HSL155.32º59%46.86%-
HSV(B)155.32º74.21%74.51%-
XYZ23.8439.1528.13-
YUV141.23122.7962.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=13.21%
G=51.21%
B=35.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901320.7400.310.25155.325946.86
Hex31BE844A01F199b3b2f
Octal61276204112037312337357
Binary110001101111101000010010010100111111100110011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,190,132); }

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

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

 a { background-color: rgb(49,190,132); }

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

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

 span { border-color: rgb(49,190,132); }

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