#31B082

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

Shades of Jungle Green #31B082

Tints of Jungle Green #31B082

Color information

#31B082 (or 0x31B082) is unknown color: approx Jungle Green. HEX triplet: 31, B0 and 82. RGB value is (49,176,130). Sum of RGB (Red+Green+Blue) = 49+176+130=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #31B082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B082 is #CE4F7D. Grayscale: #848484. Windows color (decimal): -13520766 or 8564785. OLE color: 8564785.

HSL color Cylindrical-coordinate representation of color #31B082: hue angle of 158.27º degrees, saturation: 0.56, 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 #31B082 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB49176130-
CMYK0.7200.260.31
HSL158.27º56.44%44.12%-
HSV(B)158.27º72.16%69.02%-
XYZ20.8233.3226.45-
YUV132.78126.4268.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 176 (69.14% from 255) = 49.58%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=13.80%
G=49.58%
B=36.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491761300.7200.260.31158.2756.4444.12
Hex31B0824801A1F9e382c
Octal61260202110032372367054
Binary110001101100001000001010010000110101111110011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,176,130); }

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

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

 a { background-color: rgb(49,176,130); }

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

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

 span { border-color: rgb(49,176,130); }

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