Html Css Color HEX #2EAA1A Forest Green

📋 copy color: '#2EAA1A'

red 46 ◦ green 170 ◦ blue 26

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

Shades of Forest Green #2EAA1A

Tints of Forest Green #2EAA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 19.01%
G = 70.25%
B = 10.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#2EAA1A (or 0x2EAA1A) is known color: Forest Green. HEX triplet: 2E, AA and 1A. RGB value is (46,170,26). Sum of RGB (Red+Green+Blue) = 46+170+26=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA1A is #D155E5. Grayscale: #747474. Windows color (decimal): -13719014 or 1747502. OLE color: 1747502.

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

Color convert

RGB 46 170 26 -
CMYK 0.73 0 0.85 0.33
HSL 111.67º 0.73% 0.38% -
HSV(B) 111.67º 0.85% 0.67% -
XYZ 15.69 29.4 5.83 -
YUV 116.51 76.92 77.71 -
System Red Green Blue C M Y K H S L
Decimal 46 170 26 0.73 0 0.85 0.33 111.67 0.73 0.38
Hex 2E AA 1A 49 0 55 21 70 49 26
Octal 56 252 32 111 0 125 41 160 111 46
Binary 101110 10101010 11010 1001001 0 1010101 100001 1110000 1001001 100110

Color Harmonies of #2EAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA1A

Black with #2EAA1A

Text Example


Text Example

White with #2EAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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