#2FA015

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

Shades of Forest Green #2FA015

Tints of Forest Green #2FA015

Color information

#2FA015 (or 0x2FA015) is unknown color: approx Forest Green. HEX triplet: 2F, A0 and 15. RGB value is (47,160,21). Sum of RGB (Red+Green+Blue) = 47+160+21=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA015 is #D05FEA. Grayscale: #6E6E6E. Windows color (decimal): -13656043 or 1417263. OLE color: 1417263.

HSL color Cylindrical-coordinate representation of color #2FA015: hue angle of 108.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FA015 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB4716021-
CMYK0.7100.870.37
HSL108.78º76.8%35.49%-
HSV(B)108.78º86.87%62.75%-
XYZ13.8825.84.96-
YUV110.3777.5682.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 160 (62.89% from 255) = 70.18%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=20.61%
G=70.18%
B=9.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47160210.7100.870.37108.7876.835.49
Hex2FA01547057256d4d23
Octal572402510701274515511543
Binary101111101000001010110001110101011110010111011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,160,21); }

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

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

 a { background-color: rgb(47,160,21); }

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

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

 span { border-color: rgb(47,160,21); }

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