Html Css Color HEX #2EA21D Forest Green

📋 copy color: '#2EA21D'

red 46 ◦ green 162 ◦ blue 29

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

Shades of Forest Green #2EA21D

Tints of Forest Green #2EA21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 68.35%

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 19.41%
G = 68.35%
B = 12.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#2EA21D (or 0x2EA21D) is known color: Forest Green. HEX triplet: 2E, A2 and 1D. RGB value is (46,162,29). Sum of RGB (Red+Green+Blue) = 46+162+29=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 162 (63.67% from 255 or 68.35% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA21D is #D15DE2. Grayscale: #707070. Windows color (decimal): -13721059 or 1942062. OLE color: 1942062.

HSL color Cylindrical-coordinate representation of color #2EA21D: hue angle of 112.33º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EA21D is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 162 29 -
CMYK 0.72 0 0.82 0.36
HSL 112.33º 0.7% 0.37% -
HSV(B) 112.33º 0.82% 0.64% -
XYZ 14.27 26.51 5.53 -
YUV 112.15 81.07 80.81 -
System Red Green Blue C M Y K H S L
Decimal 46 162 29 0.72 0 0.82 0.36 112.33 0.7 0.37
Hex 2E A2 1D 48 0 52 24 70 46 25
Octal 56 242 35 110 0 122 44 160 106 45
Binary 101110 10100010 11101 1001000 0 1010010 100100 1110000 1000110 100101

Color Harmonies of #2EA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA21D

Black with #2EA21D

Text Example


Text Example

White with #2EA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,29); }

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

background-color css

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

 a { background-color: rgb(46,162,29); }

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

border-color css

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

 span { border-color: rgb(46,162,29); }

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