#2AA916

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

Shades of Forest Green #2AA916

Tints of Forest Green #2AA916

Color information

#2AA916 (or 0x2AA916) is unknown color: approx Forest Green. HEX triplet: 2A, A9 and 16. RGB value is (42,169,22). Sum of RGB (Red+Green+Blue) = 42+169+22=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 169 (66.41% from 255 or 72.53% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA916 is #D556E9. Grayscale: #727272. Windows color (decimal): -13981418 or 1485098. OLE color: 1485098.

HSL color Cylindrical-coordinate representation of color #2AA916: hue angle of 111.84º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AA916 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB4216922-
CMYK0.7500.870.34
HSL111.84º76.96%37.45%-
HSV(B)111.84º86.98%66.27%-
XYZ15.2928.935.54-
YUV114.2775.9276.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 169 (66.41% from 255) = 72.53%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=18.03%
G=72.53%
B=9.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42169220.7500.870.34111.8476.9637.45
Hex2AA9164B05722704d25
Octal522512611301274216011545
Binary101010101010011011010010110101011110001011100001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,169,22); }

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

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

 a { background-color: rgb(42,169,22); }

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

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

 span { border-color: rgb(42,169,22); }

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