Html Css Color HEX #2EAA20 Forest Green

📋 copy color: '#2EAA20'

red 46 ◦ green 170 ◦ blue 32

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

Shades of Forest Green #2EAA20

Tints of Forest Green #2EAA20

RGB

 RED value IS 46 (18.36% from 255) = 18.55%

 GREEN value IS 170 (66.8% from 255) = 68.55%

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

R = 18.55%
G = 68.55%
B = 12.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#2EAA20 (or 0x2EAA20) is known color: Forest Green. HEX triplet: 2E, AA and 20. RGB value is (46,170,32). Sum of RGB (Red+Green+Blue) = 46+170+32=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA20 is #D155DF. Grayscale: #757575. Windows color (decimal): -13719008 or 2140718. OLE color: 2140718.

HSL color Cylindrical-coordinate representation of color #2EAA20: hue angle of 113.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EAA20 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 32 -
CMYK 0.73 0 0.81 0.33
HSL 113.91º 0.68% 0.4% -
HSV(B) 113.91º 0.81% 0.67% -
XYZ 15.76 29.43 6.22 -
YUV 117.19 79.92 77.22 -
System Red Green Blue C M Y K H S L
Decimal 46 170 32 0.73 0 0.81 0.33 113.91 0.68 0.4
Hex 2E AA 20 49 0 51 21 72 44 28
Octal 56 252 40 111 0 121 41 162 104 50
Binary 101110 10101010 100000 1001001 0 1010001 100001 1110010 1000100 101000

Color Harmonies of #2EAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA20

Black with #2EAA20

Text Example


Text Example

White with #2EAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,32); }

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

background-color css

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

 a { background-color: rgb(46,170,32); }

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

border-color css

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

 span { border-color: rgb(46,170,32); }

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