#31a132

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

Shades of Forest Green #31A132

Tints of Forest Green #31A132

Color information

#31A132 (or 0x31A132) is unknown color: approx Forest Green. HEX triplet: 31, A1 and 32. RGB value is (49,161,50). Sum of RGB (Red+Green+Blue) = 49+161+50=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 161 (63.28% from 255 or 61.92% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 161 - color contains mainly: green. Hex color #31A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A132 is #CE5ECD. Grayscale: #737373. Windows color (decimal): -13524686 or 3318065. OLE color: 3318065.

HSL color Cylindrical-coordinate representation of color #31A132: hue angle of 120.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A132 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB4916150-
CMYK0.7000.690.37
HSL120.54º53.33%41.18%-
HSV(B)120.54º69.57%63.14%-
XYZ14.5926.377.34-
YUV114.8691.3981.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 161 (63.28% from 255) = 61.92%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=18.85%
G=61.92%
B=19.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49161500.7000.690.37120.5453.3341.18
Hex31A1324604525793529
Octal61241621060105451716551
Binary110001101000011100101000110010001011001011111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,161,50); }

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

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

 a { background-color: rgb(49,161,50); }

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

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

 span { border-color: rgb(49,161,50); }

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