Html Css Color HEX #2AA820 Forest Green

📋 copy color: '#2AA820'

red 42 ◦ green 168 ◦ blue 32

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

Shades of Forest Green #2AA820

Tints of Forest Green #2AA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 69.42%

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

R = 17.36%
G = 69.42%
B = 13.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#2AA820 (or 0x2AA820) is known color: Forest Green. HEX triplet: 2A, A8 and 20. RGB value is (42,168,32). Sum of RGB (Red+Green+Blue) = 42+168+32=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 168 (66.02% from 255 or 69.42% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA820 is #D557DF. Grayscale: #737373. Windows color (decimal): -13981664 or 2140202. OLE color: 2140202.

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

Color convert

RGB 42 168 32 -
CMYK 0.75 0 0.81 0.34
HSL 115.59º 0.68% 0.39% -
HSV(B) 115.59º 0.81% 0.66% -
XYZ 15.22 28.6 6.09 -
YUV 114.82 81.26 76.06 -
System Red Green Blue C M Y K H S L
Decimal 42 168 32 0.75 0 0.81 0.34 115.59 0.68 0.39
Hex 2A A8 20 4B 0 51 22 74 44 27
Octal 52 250 40 113 0 121 42 164 104 47
Binary 101010 10101000 100000 1001011 0 1010001 100010 1110100 1000100 100111

Color Harmonies of #2AA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA820

Black with #2AA820

Text Example


Text Example

White with #2AA820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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