#2AA51B

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

Shades of Forest Green #2AA51B

Tints of Forest Green #2AA51B

Color information

#2AA51B (or 0x2AA51B) is unknown color: approx Forest Green. HEX triplet: 2A, A5 and 1B. RGB value is (42,165,27). Sum of RGB (Red+Green+Blue) = 42+165+27=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA51B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA51B is #D55AE4. Grayscale: #707070. Windows color (decimal): -13982437 or 1811754. OLE color: 1811754.

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

Color convert

RGB4216527-
CMYK0.7500.840.35
HSL113.48º71.88%37.65%-
HSV(B)113.48º83.64%64.71%-
XYZ14.6127.485.57-
YUV112.4979.7577.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 165 (64.84% from 255) = 70.51%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=17.95%
G=70.51%
B=11.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42165270.7500.840.35113.4871.8837.65
Hex2AA51B4B05423714826
Octal522453311301244316111046
Binary101010101001011101110010110101010010001111100011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,165,27); }

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

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

 a { background-color: rgb(42,165,27); }

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

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

 span { border-color: rgb(42,165,27); }

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