#31A235

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

Shades of Forest Green #31A235

Tints of Forest Green #31A235

Color information

#31A235 (or 0x31A235) is unknown color: approx Forest Green. HEX triplet: 31, A2 and 35. RGB value is (49,162,53). Sum of RGB (Red+Green+Blue) = 49+162+53=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #31A235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A235 is #CE5DCA. Grayscale: #747474. Windows color (decimal): -13524427 or 3514929. OLE color: 3514929.

HSL color Cylindrical-coordinate representation of color #31A235: hue angle of 122.12º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A235 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB4916253-
CMYK0.7000.670.36
HSL122.12º53.55%41.37%-
HSV(B)122.12º69.75%63.53%-
XYZ14.8326.757.75-
YUV115.7992.5680.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 162 (63.67% from 255) = 61.36%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=18.56%
G=61.36%
B=20.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49162530.7000.670.36122.1253.5541.37
Hex31A23546043247a3629
Octal61242651060103441726651
Binary110001101000101101011000110010000111001001111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,162,53); }

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

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

 a { background-color: rgb(49,162,53); }

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

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

 span { border-color: rgb(49,162,53); }

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