#2FA030

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

Shades of Forest Green #2FA030

Tints of Forest Green #2FA030

Color information

#2FA030 (or 0x2FA030) is unknown color: approx Forest Green. HEX triplet: 2F, A0 and 30. RGB value is (47,160,48). Sum of RGB (Red+Green+Blue) = 47+160+48=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA030 is #D05FCF. Grayscale: #717171. Windows color (decimal): -13656016 or 3186735. OLE color: 3186735.

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

Color convert

RGB4716048-
CMYK0.7100.700.37
HSL120.53º54.59%40.59%-
HSV(B)120.53º70.63%62.75%-
XYZ14.2825.967.05-
YUV113.4491.0680.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 160 (62.89% from 255) = 62.75%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=18.43%
G=62.75%
B=18.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47160480.7100.700.37120.5354.5940.59
Hex2FA0304704625793729
Octal57240601070106451716751
Binary101111101000001100001000111010001101001011111001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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