Html Css Color HEX #2EAC1D Forest Green

📋 copy color: '#2EAC1D'

red 46 ◦ green 172 ◦ blue 29

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

Shades of Forest Green #2EAC1D

Tints of Forest Green #2EAC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 69.64%

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

R = 18.62%
G = 69.64%
B = 11.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#2EAC1D (or 0x2EAC1D) is known color: Forest Green. HEX triplet: 2E, AC and 1D. RGB value is (46,172,29). Sum of RGB (Red+Green+Blue) = 46+172+29=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC1D is #D153E2. Grayscale: #767676. Windows color (decimal): -13718499 or 1944622. OLE color: 1944622.

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

Color convert

RGB 46 172 29 -
CMYK 0.73 0 0.83 0.33
HSL 112.87º 0.71% 0.39% -
HSV(B) 112.87º 0.83% 0.67% -
XYZ 16.1 30.17 6.14 -
YUV 118.02 77.76 76.63 -
System Red Green Blue C M Y K H S L
Decimal 46 172 29 0.73 0 0.83 0.33 112.87 0.71 0.39
Hex 2E AC 1D 49 0 53 21 71 47 27
Octal 56 254 35 111 0 123 41 161 107 47
Binary 101110 10101100 11101 1001001 0 1010011 100001 1110001 1000111 100111

Color Harmonies of #2EAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC1D

Black with #2EAC1D

Text Example


Text Example

White with #2EAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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