Html Css Color HEX #2AA620 Forest Green

📋 copy color: '#2AA620'

red 42 ◦ green 166 ◦ blue 32

#2AA620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2AA620

Tints of Forest Green #2AA620

RGB

 RED value IS 42 (16.8% from 255) = 17.5%

 GREEN value IS 166 (65.23% from 255) = 69.17%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 17.5%
G = 69.17%
B = 13.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#2AA620 (or 0x2AA620) is known color: Forest Green. HEX triplet: 2A, A6 and 20. RGB value is (42,166,32). Sum of RGB (Red+Green+Blue) = 42+166+32=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 166 (65.23% from 255 or 69.17% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA620 is #D559DF. Grayscale: #727272. Windows color (decimal): -13982176 or 2139690. OLE color: 2139690.

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

Color convert

RGB 42 166 32 -
CMYK 0.75 0 0.81 0.35
HSL 115.52º 0.68% 0.39% -
HSV(B) 115.52º 0.81% 0.65% -
XYZ 14.85 27.87 5.96 -
YUV 113.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 42 166 32 0.75 0 0.81 0.35 115.52 0.68 0.39
Hex 2A A6 20 4B 0 51 23 74 44 27
Octal 52 246 40 113 0 121 43 164 104 47
Binary 101010 10100110 100000 1001011 0 1010001 100011 1110100 1000100 100111

Color Harmonies of #2AA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA620

Black with #2AA620

Text Example


Text Example

White with #2AA620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AA620;
 }
 .AnyTagClassName
 {
   color: #2AA620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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