#2AA520

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

Shades of Forest Green #2AA520

Tints of Forest Green #2AA520

Color information

#2AA520 (or 0x2AA520) is unknown color: approx Forest Green. HEX triplet: 2A, A5 and 20. RGB value is (42,165,32). Sum of RGB (Red+Green+Blue) = 42+165+32=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA520 is #D55ADF. Grayscale: #717171. Windows color (decimal): -13982432 or 2139434. OLE color: 2139434.

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

Color convert

RGB4216532-
CMYK0.7500.810.35
HSL115.49º67.51%38.63%-
HSV(B)115.49º80.61%64.71%-
XYZ14.6727.515.9-
YUV113.0682.2577.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 165 (64.84% from 255) = 69.04%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=17.57%
G=69.04%
B=13.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42165320.7500.810.35115.4967.5138.63
Hex2AA5204B05123734427
Octal522454011301214316310447
Binary1010101010010110000010010110101000110001111100111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,165,32); }

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

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

 a { background-color: rgb(42,165,32); }

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

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

 span { border-color: rgb(42,165,32); }

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