Html Css Color HEX #2EA421 Forest Green

📋 copy color: '#2EA421'

red 46 ◦ green 164 ◦ blue 33

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

Shades of Forest Green #2EA421

Tints of Forest Green #2EA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 67.49%

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 18.93%
G = 67.49%
B = 13.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#2EA421 (or 0x2EA421) is known color: Forest Green. HEX triplet: 2E, A4 and 21. RGB value is (46,164,33). Sum of RGB (Red+Green+Blue) = 46+164+33=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA421 is #D15BDE. Grayscale: #727272. Windows color (decimal): -13720543 or 2204718. OLE color: 2204718.

HSL color Cylindrical-coordinate representation of color #2EA421: hue angle of 114.05º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EA421 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 164 33 -
CMYK 0.72 0 0.80 0.36
HSL 114.05º 0.66% 0.39% -
HSV(B) 114.05º 0.8% 0.64% -
XYZ 14.68 27.24 5.92 -
YUV 113.78 82.41 79.65 -
System Red Green Blue C M Y K H S L
Decimal 46 164 33 0.72 0 0.80 0.36 114.05 0.66 0.39
Hex 2E A4 21 48 0 50 24 72 42 27
Octal 56 244 41 110 0 120 44 162 102 47
Binary 101110 10100100 100001 1001000 0 1010000 100100 1110010 1000010 100111

Color Harmonies of #2EA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA421

Black with #2EA421

Text Example


Text Example

White with #2EA421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,33); }

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

background-color css

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

 a { background-color: rgb(46,164,33); }

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

border-color css

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

 span { border-color: rgb(46,164,33); }

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