#2FA52B

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

Shades of Forest Green #2FA52B

Tints of Forest Green #2FA52B

Color information

#2FA52B (or 0x2FA52B) is unknown color: approx Forest Green. HEX triplet: 2F, A5 and 2B. RGB value is (47,165,43). Sum of RGB (Red+Green+Blue) = 47+165+43=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 165 (64.84% from 255 or 64.71% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA52B is #D05AD4. Grayscale: #747474. Windows color (decimal): -13654741 or 2860335. OLE color: 2860335.

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

Color convert

RGB4716543-
CMYK0.7200.740.35
HSL118.03º58.65%40.78%-
HSV(B)118.03º73.94%64.71%-
XYZ15.0627.696.84-
YUV115.8186.9178.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 165 (64.84% from 255) = 64.71%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=18.43%
G=64.71%
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.35
SystemRedGreenBlueCMYKHSL
Decimal47165430.7200.740.35118.0358.6540.78
Hex2FA52B4804A23763b29
Octal57245531100112431667351
Binary101111101001011010111001000010010101000111110110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,165,43); }

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

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

 a { background-color: rgb(47,165,43); }

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

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

 span { border-color: rgb(47,165,43); }

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