#2AA930

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

Shades of Forest Green #2AA930

Tints of Forest Green #2AA930

Color information

#2AA930 (or 0x2AA930) is unknown color: approx Forest Green. HEX triplet: 2A, A9 and 30. RGB value is (42,169,48). Sum of RGB (Red+Green+Blue) = 42+169+48=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 169 (66.41% from 255 or 65.25% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA930 is #D556CF. Grayscale: #757575. Windows color (decimal): -13981392 or 3189034. OLE color: 3189034.

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

Color convert

RGB4216948-
CMYK0.7500.720.34
HSL122.83º60.19%41.37%-
HSV(B)122.83º75.15%66.27%-
XYZ15.6829.087.58-
YUV117.2388.9274.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 169 (66.41% from 255) = 65.25%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=16.22%
G=65.25%
B=18.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42169480.7500.720.34122.8360.1941.37
Hex2AA9304B048227b3c29
Octal52251601130110421737451
Binary101010101010011100001001011010010001000101111011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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