#31A721

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

Shades of Forest Green #31A721

Tints of Forest Green #31A721

Color information

#31A721 (or 0x31A721) is unknown color: approx Forest Green. HEX triplet: 31, A7 and 21. RGB value is (49,167,33). Sum of RGB (Red+Green+Blue) = 49+167+33=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 167 (65.62% from 255 or 67.07% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 167 - color contains mainly: green. Hex color #31A721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A721 is #CE58DE. Grayscale: #747474. Windows color (decimal): -13523167 or 2205489. OLE color: 2205489.

HSL color Cylindrical-coordinate representation of color #31A721: hue angle of 112.84º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A721 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB4916733-
CMYK0.7100.800.35
HSL112.84º67%39.22%-
HSV(B)112.84º80.24%65.49%-
XYZ15.3628.46.11-
YUV116.4480.9179.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 167 (65.62% from 255) = 67.07%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=19.68%
G=67.07%
B=13.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49167330.7100.800.35112.846739.22
Hex31A7214705023714327
Octal612474110701204316110347
Binary1100011010011110000110001110101000010001111100011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,167,33); }

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

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

 a { background-color: rgb(49,167,33); }

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

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

 span { border-color: rgb(49,167,33); }

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