#31B180

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

Shades of Jungle Green #31B180

Tints of Jungle Green #31B180

Color information

#31B180 (or 0x31B180) is unknown color: approx Jungle Green. HEX triplet: 31, B1 and 80. RGB value is (49,177,128). Sum of RGB (Red+Green+Blue) = 49+177+128=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #31B180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B180 is #CE4E7F. Grayscale: #858585. Windows color (decimal): -13520512 or 8433969. OLE color: 8433969.

HSL color Cylindrical-coordinate representation of color #31B180: hue angle of 157.03º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B180 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB49177128-
CMYK0.7200.280.31
HSL157.03º56.64%44.31%-
HSV(B)157.03º72.32%69.41%-
XYZ20.8933.6625.82-
YUV133.14125.0967.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 177 (69.53% from 255) = 50%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=13.84%
G=50%
B=36.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491771280.7200.280.31157.0356.6444.31
Hex31B1804801C1F9d392c
Octal61261200110034372357154
Binary110001101100011000000010010000111001111110011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,177,128); }

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

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

 a { background-color: rgb(49,177,128); }

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

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

 span { border-color: rgb(49,177,128); }

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