Html Css Color HEX #2AA520 Forest Green

📋 copy color: '#2AA520'

red 42 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #2AA520

Tints of Forest Green #2AA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.04%

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

R = 17.57%
G = 69.04%
B = 13.39%

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

#2AA520 (or 0x2AA520) is known color: Forest Green. HEX triplet: 2A, A5 and 20. RGB value is (42,165,32). Sum of RGB (Red+Green+Blue) = 42+165+32=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA520 is #D55ADF. Grayscale: #717171. Windows color (decimal): -13982432 or 2139434. OLE color: 2139434.

HSL color Cylindrical-coordinate representation of color #2AA520: hue angle of 115.49º 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 #2AA520 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 165 32 -
CMYK 0.75 0 0.81 0.35
HSL 115.49º 0.68% 0.39% -
HSV(B) 115.49º 0.81% 0.65% -
XYZ 14.67 27.51 5.9 -
YUV 113.06 82.25 77.31 -
System Red Green Blue C M Y K H S L
Decimal 42 165 32 0.75 0 0.81 0.35 115.49 0.68 0.39
Hex 2A A5 20 4B 0 51 23 73 44 27
Octal 52 245 40 113 0 121 43 163 104 47
Binary 101010 10100101 100000 1001011 0 1010001 100011 1110011 1000100 100111

Color Harmonies of #2AA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA520

Black with #2AA520

Text Example


Text Example

White with #2AA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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