#2AA625

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

Shades of Forest Green #2AA625

Tints of Forest Green #2AA625

Color information

#2AA625 (or 0x2AA625) is unknown color: approx Forest Green. HEX triplet: 2A, A6 and 25. RGB value is (42,166,37). Sum of RGB (Red+Green+Blue) = 42+166+37=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA625 is #D559DA. Grayscale: #727272. Windows color (decimal): -13982171 or 2467370. OLE color: 2467370.

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

Color convert

RGB4216637-
CMYK0.7500.780.35
HSL117.67º63.55%39.8%-
HSV(B)117.67º77.71%65.1%-
XYZ14.9227.96.35-
YUV114.2284.4276.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 166 (65.23% from 255) = 67.76%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=17.14%
G=67.76%
B=15.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42166370.7500.780.35117.6763.5539.8
Hex2AA6254B04E23764028
Octal522464511301164316610050
Binary1010101010011010010110010110100111010001111101101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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