#2FAA2A

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

Shades of Forest Green #2FAA2A

Tints of Forest Green #2FAA2A

Color information

#2FAA2A (or 0x2FAA2A) is unknown color: approx Forest Green. HEX triplet: 2F, AA and 2A. RGB value is (47,170,42). Sum of RGB (Red+Green+Blue) = 47+170+42=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA2A is #D055D5. Grayscale: #777777. Windows color (decimal): -13653462 or 2796079. OLE color: 2796079.

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

Color convert

RGB4717042-
CMYK0.7200.750.33
HSL117.66º60.38%41.57%-
HSV(B)117.66º75.29%66.67%-
XYZ15.9629.527.05-
YUV118.6384.7576.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 170 (66.80% from 255) = 65.64%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=18.15%
G=65.64%
B=16.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47170420.7200.750.33117.6660.3841.57
Hex2FAA2A4804B21763c2a
Octal57252521100113411667452
Binary101111101010101010101001000010010111000011110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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