Html Css Color HEX #2AAD20 Forest Green

📋 copy color: '#2AAD20'

red 42 ◦ green 173 ◦ blue 32

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

Shades of Forest Green #2AAD20

Tints of Forest Green #2AAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 70.04%

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

R = 17%
G = 70.04%
B = 12.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#2AAD20 (or 0x2AAD20) is known color: Forest Green. HEX triplet: 2A, AD and 20. RGB value is (42,173,32). Sum of RGB (Red+Green+Blue) = 42+173+32=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD20 is #D552DF. Grayscale: #767676. Windows color (decimal): -13980384 or 2141482. OLE color: 2141482.

HSL color Cylindrical-coordinate representation of color #2AAD20: hue angle of 115.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AAD20 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 173 32 -
CMYK 0.76 0 0.82 0.32
HSL 115.74º 0.69% 0.4% -
HSV(B) 115.74º 0.82% 0.68% -
XYZ 16.16 30.48 6.4 -
YUV 117.76 79.6 73.96 -
System Red Green Blue C M Y K H S L
Decimal 42 173 32 0.76 0 0.82 0.32 115.74 0.69 0.4
Hex 2A AD 20 4C 0 52 20 74 45 28
Octal 52 255 40 114 0 122 40 164 105 50
Binary 101010 10101101 100000 1001100 0 1010010 100000 1110100 1000101 101000

Color Harmonies of #2AAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD20

Black with #2AAD20

Text Example


Text Example

White with #2AAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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