#2AA10F

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

Shades of Forest Green #2AA10F

Tints of Forest Green #2AA10F

Color information

#2AA10F (or 0x2AA10F) is unknown color: approx Forest Green. HEX triplet: 2A, A1 and 0F. RGB value is (42,161,15). Sum of RGB (Red+Green+Blue) = 42+161+15=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA10F is #D55EF0. Grayscale: #6D6D6D. Windows color (decimal): -13983473 or 1024298. OLE color: 1024298.

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

Color convert

RGB4216115-
CMYK0.7400.910.37
HSL108.9º82.95%34.51%-
HSV(B)108.9º90.68%63.14%-
XYZ13.7926.024.75-
YUV108.7875.0880.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 161 (63.28% from 255) = 73.85%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=19.27%
G=73.85%
B=6.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42161150.7400.910.37108.982.9534.51
Hex2AA1F4A05B256d5323
Octal522411711201334515512343
Binary10101010100001111110010100101101110010111011011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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