#2AA011

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

Shades of Forest Green #2AA011

Tints of Forest Green #2AA011

Color information

#2AA011 (or 0x2AA011) is unknown color: approx Forest Green. HEX triplet: 2A, A0 and 11. RGB value is (42,160,17). Sum of RGB (Red+Green+Blue) = 42+160+17=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA011 is #D55FEE. Grayscale: #6C6C6C. Windows color (decimal): -13983727 or 1155114. OLE color: 1155114.

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

Color convert

RGB4216017-
CMYK0.7400.890.37
HSL109.51º80.79%34.71%-
HSV(B)109.51º89.38%62.75%-
XYZ13.6325.674.77-
YUV108.4276.4180.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 160 (62.89% from 255) = 73.06%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=19.18%
G=73.06%
B=7.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42160170.7400.890.37109.5180.7934.71
Hex2AA0114A059256e5123
Octal522402111201314515612143
Binary101010101000001000110010100101100110010111011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,160,17); }

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

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

 a { background-color: rgb(42,160,17); }

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

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

 span { border-color: rgb(42,160,17); }

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