#31A22F

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

Shades of Forest Green #31A22F

Tints of Forest Green #31A22F

Color information

#31A22F (or 0x31A22F) is unknown color: approx Forest Green. HEX triplet: 31, A2 and 2F. RGB value is (49,162,47). Sum of RGB (Red+Green+Blue) = 49+162+47=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #31A22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A22F is #CE5DD0. Grayscale: #737373. Windows color (decimal): -13524433 or 3121713. OLE color: 3121713.

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

Color convert

RGB4916247-
CMYK0.7000.710.36
HSL118.96º55.02%40.98%-
HSV(B)118.96º70.99%63.53%-
XYZ14.726.77.07-
YUV115.189.5680.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 162 (63.67% from 255) = 62.79%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=18.99%
G=62.79%
B=18.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49162470.7000.710.36118.9655.0240.98
Hex31A22F4604724773729
Octal61242571060107441676751
Binary110001101000101011111000110010001111001001110111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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