#2FA527

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

Shades of Forest Green #2FA527

Tints of Forest Green #2FA527

Color information

#2FA527 (or 0x2FA527) is unknown color: approx Forest Green. HEX triplet: 2F, A5 and 27. RGB value is (47,165,39). Sum of RGB (Red+Green+Blue) = 47+165+39=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA527 is #D05AD8. Grayscale: #737373. Windows color (decimal): -13654745 or 2598191. OLE color: 2598191.

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

Color convert

RGB4716539-
CMYK0.7200.760.35
HSL116.19º61.76%40%-
HSV(B)116.19º76.36%64.71%-
XYZ14.9927.666.47-
YUV115.3584.9179.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 165 (64.84% from 255) = 65.74%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=18.73%
G=65.74%
B=15.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47165390.7200.760.35116.1961.7640
Hex2FA5274804C23743e28
Octal57245471100114431647650
Binary101111101001011001111001000010011001000111110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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