#2FA529

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

Shades of Forest Green #2FA529

Tints of Forest Green #2FA529

Color information

#2FA529 (or 0x2FA529) is unknown color: approx Forest Green. HEX triplet: 2F, A5 and 29. RGB value is (47,165,41). Sum of RGB (Red+Green+Blue) = 47+165+41=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 165 (64.84% from 255 or 65.22% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA529 is #D05AD6. Grayscale: #737373. Windows color (decimal): -13654743 or 2729263. OLE color: 2729263.

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

Color convert

RGB4716541-
CMYK0.7200.750.35
HSL117.1º60.19%40.39%-
HSV(B)117.1º75.15%64.71%-
XYZ15.0327.676.65-
YUV115.5885.9179.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 165 (64.84% from 255) = 65.22%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=18.58%
G=65.22%
B=16.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47165410.7200.750.35117.160.1940.39
Hex2FA5294804B23753c28
Octal57245511100113431657450
Binary101111101001011010011001000010010111000111110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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