#2AA60F

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

Shades of Forest Green #2AA60F

Tints of Forest Green #2AA60F

Color information

#2AA60F (or 0x2AA60F) is unknown color: approx Forest Green. HEX triplet: 2A, A6 and 0F. RGB value is (42,166,15). Sum of RGB (Red+Green+Blue) = 42+166+15=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 166 (65.23% from 255 or 74.44% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA60F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA60F is #D559F0. Grayscale: #707070. Windows color (decimal): -13982193 or 1025578. OLE color: 1025578.

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

Color convert

RGB4216615-
CMYK0.7500.910.35
HSL109.27º83.43%35.49%-
HSV(B)109.27º90.96%65.1%-
XYZ14.6827.85.04-
YUV111.7173.4278.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 166 (65.23% from 255) = 74.44%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=18.83%
G=74.44%
B=6.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42166150.7500.910.35109.2783.4335.49
Hex2AA6F4B05B236d5323
Octal522461711301334315512343
Binary10101010100110111110010110101101110001111011011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,15); }

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

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

 a { background-color: rgb(42,166,15); }

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

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

 span { border-color: rgb(42,166,15); }

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