#2FA125

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

Shades of Forest Green #2FA125

Tints of Forest Green #2FA125

Color information

#2FA125 (or 0x2FA125) is unknown color: approx Forest Green. HEX triplet: 2F, A1 and 25. RGB value is (47,161,37). Sum of RGB (Red+Green+Blue) = 47+161+37=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA125 is #D05EDA. Grayscale: #717171. Windows color (decimal): -13655771 or 2466095. OLE color: 2466095.

HSL color Cylindrical-coordinate representation of color #2FA125: hue angle of 115.16º degrees, saturation: 0.63, 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 #2FA125 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB4716137-
CMYK0.7100.770.37
HSL115.16º62.63%38.82%-
HSV(B)115.16º77.02%63.14%-
XYZ14.2526.236.06-
YUV112.7885.2381.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 161 (63.28% from 255) = 65.71%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=19.18%
G=65.71%
B=15.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47161370.7100.770.37115.1662.6338.82
Hex2FA1254704D25733f27
Octal57241451070115451637747
Binary101111101000011001011000111010011011001011110011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FA125; }

 p { color: rgb(47,161,37); }

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

<style>
 a { background-color: #2FA125; }

 a { background-color: rgb(47,161,37); }

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

<style>
 span { border-color: #2FA125; }

 span { border-color: rgb(47,161,37); }

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