#31A025

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

Shades of Forest Green #31A025

Tints of Forest Green #31A025

Color information

#31A025 (or 0x31A025) is unknown color: approx Forest Green. HEX triplet: 31, A0 and 25. RGB value is (49,160,37). Sum of RGB (Red+Green+Blue) = 49+160+37=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #31A025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A025 is #CE5FDA. Grayscale: #717171. Windows color (decimal): -13524955 or 2465841. OLE color: 2465841.

HSL color Cylindrical-coordinate representation of color #31A025: hue angle of 114.15º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A025 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB4916037-
CMYK0.6900.770.37
HSL114.15º62.44%38.63%-
HSV(B)114.15º76.88%62.75%-
XYZ14.1725.936.01-
YUV112.7985.2382.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 160 (62.89% from 255) = 65.04%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=19.92%
G=65.04%
B=15.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49160370.6900.770.37114.1562.4438.63
Hex31A0254504D25723e27
Octal61240451050115451627647
Binary110001101000001001011000101010011011001011110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,160,37); }

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

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

 a { background-color: rgb(49,160,37); }

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

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

 span { border-color: rgb(49,160,37); }

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