#2FAA2C

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

Shades of Forest Green #2FAA2C

Tints of Forest Green #2FAA2C

Color information

#2FAA2C (or 0x2FAA2C) is unknown color: approx Forest Green. HEX triplet: 2F, AA and 2C. RGB value is (47,170,44). Sum of RGB (Red+Green+Blue) = 47+170+44=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA2C is #D055D3. Grayscale: #777777. Windows color (decimal): -13653460 or 2927151. OLE color: 2927151.

HSL color Cylindrical-coordinate representation of color #2FAA2C: hue angle of 118.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FAA2C is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB4717044-
CMYK0.7200.740.33
HSL118.57º58.88%41.96%-
HSV(B)118.57º74.12%66.67%-
XYZ1629.547.24-
YUV118.8685.7576.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.01%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 44 (17.58% from 255) = 16.86%
R=18.01%
G=65.13%
B=16.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47170440.7200.740.33118.5758.8841.96
Hex2FAA2C4804A21773b2a
Octal57252541100112411677352
Binary101111101010101011001001000010010101000011110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,170,44); }

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

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

 a { background-color: rgb(47,170,44); }

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

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

 span { border-color: rgb(47,170,44); }

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