#31A316

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

Shades of Forest Green #31A316

Tints of Forest Green #31A316

Color information

#31A316 (or 0x31A316) is unknown color: approx Forest Green. HEX triplet: 31, A3 and 16. RGB value is (49,163,22). Sum of RGB (Red+Green+Blue) = 49+163+22=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 163 (64.06% from 255 or 69.66% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 163 - color contains mainly: green. Hex color #31A316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A316 is #CE5CE9. Grayscale: #717171. Windows color (decimal): -13524202 or 1483569. OLE color: 1483569.

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

Color convert

RGB4916322-
CMYK0.7000.870.36
HSL108.51º76.22%36.27%-
HSV(B)108.51º86.5%63.92%-
XYZ14.5126.915.19-
YUV112.8476.7382.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 163 (64.06% from 255) = 69.66%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=20.94%
G=69.66%
B=9.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49163220.7000.870.36108.5176.2236.27
Hex31A31646057246d4c24
Octal612432610601274415511444
Binary110001101000111011010001100101011110010011011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,163,22); }

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

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

 a { background-color: rgb(49,163,22); }

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

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

 span { border-color: rgb(49,163,22); }

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