#31a52e

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

Shades of Forest Green #31A52E

Tints of Forest Green #31A52E

Color information

#31A52E (or 0x31A52E) is unknown color: approx Forest Green. HEX triplet: 31, A5 and 2E. RGB value is (49,165,46). Sum of RGB (Red+Green+Blue) = 49+165+46=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #31A52E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A52E is #CE5AD1. Grayscale: #757575. Windows color (decimal): -13523666 or 3056945. OLE color: 3056945.

HSL color Cylindrical-coordinate representation of color #31A52E: hue angle of 118.49º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A52E is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB4916546-
CMYK0.7000.720.35
HSL118.49º56.4%41.37%-
HSV(B)118.49º72.12%64.71%-
XYZ15.2127.767.14-
YUV116.7588.0779.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 165 (64.84% from 255) = 63.46%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=18.85%
G=63.46%
B=17.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49165460.7000.720.35118.4956.441.37
Hex31A52E4604823763829
Octal61245561060110431667051
Binary110001101001011011101000110010010001000111110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,165,46); }

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

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

 a { background-color: rgb(49,165,46); }

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

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

 span { border-color: rgb(49,165,46); }

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