#31A828

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

Shades of Forest Green #31A828

Tints of Forest Green #31A828

Color information

#31A828 (or 0x31A828) is unknown color: approx Forest Green. HEX triplet: 31, A8 and 28. RGB value is (49,168,40). Sum of RGB (Red+Green+Blue) = 49+168+40=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 168 (66.02% from 255 or 65.37% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 168 - color contains mainly: green. Hex color #31A828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A828 is #CE57D7. Grayscale: #767676. Windows color (decimal): -13522904 or 2664497. OLE color: 2664497.

HSL color Cylindrical-coordinate representation of color #31A828: hue angle of 115.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A828 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB4916840-
CMYK0.7100.760.34
HSL115.78º61.54%40.78%-
HSV(B)115.78º76.19%65.88%-
XYZ15.6528.816.74-
YUV117.8384.0878.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 168 (66.02% from 255) = 65.37%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=19.07%
G=65.37%
B=15.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal49168400.7100.760.34115.7861.5440.78
Hex31A8284704C22743e29
Octal61250501070114421647651
Binary110001101010001010001000111010011001000101110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,168,40); }

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

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

 a { background-color: rgb(49,168,40); }

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

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

 span { border-color: rgb(49,168,40); }

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