Html Css Color HEX #2EAD1D Forest Green

📋 copy color: '#2EAD1D'

red 46 ◦ green 173 ◦ blue 29

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

Shades of Forest Green #2EAD1D

Tints of Forest Green #2EAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 69.76%

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

R = 18.55%
G = 69.76%
B = 11.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#2EAD1D (or 0x2EAD1D) is known color: Forest Green. HEX triplet: 2E, AD and 1D. RGB value is (46,173,29). Sum of RGB (Red+Green+Blue) = 46+173+29=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD1D is #D152E2. Grayscale: #777777. Windows color (decimal): -13718243 or 1944878. OLE color: 1944878.

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

Color convert

RGB 46 173 29 -
CMYK 0.73 0 0.83 0.32
HSL 112.92º 0.71% 0.4% -
HSV(B) 112.92º 0.83% 0.68% -
XYZ 16.29 30.56 6.2 -
YUV 118.61 77.42 76.21 -
System Red Green Blue C M Y K H S L
Decimal 46 173 29 0.73 0 0.83 0.32 112.92 0.71 0.4
Hex 2E AD 1D 49 0 53 20 71 47 28
Octal 56 255 35 111 0 123 40 161 107 50
Binary 101110 10101101 11101 1001001 0 1010011 100000 1110001 1000111 101000

Color Harmonies of #2EAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD1D

Black with #2EAD1D

Text Example


Text Example

White with #2EAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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