Html Css Color HEX #2EA13A Forest Green

📋 copy color: '#2EA13A'

red 46 ◦ green 161 ◦ blue 58

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

Shades of Forest Green #2EA13A

Tints of Forest Green #2EA13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.75%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 17.36%
G = 60.75%
B = 21.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#2EA13A (or 0x2EA13A) is known color: Forest Green. HEX triplet: 2E, A1 and 3A. RGB value is (46,161,58). Sum of RGB (Red+Green+Blue) = 46+161+58=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 161 (63.28% from 255 or 60.75% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA13A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA13A is #D15EC5. Grayscale: #737373. Windows color (decimal): -13721286 or 3842350. OLE color: 3842350.

HSL color Cylindrical-coordinate representation of color #2EA13A: hue angle of 126.26º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA13A is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 161 58 -
CMYK 0.71 0 0.64 0.37
HSL 126.26º 0.56% 0.41% -
HSV(B) 126.26º 0.71% 0.63% -
XYZ 14.64 26.38 8.32 -
YUV 114.87 95.9 78.88 -
System Red Green Blue C M Y K H S L
Decimal 46 161 58 0.71 0 0.64 0.37 126.26 0.56 0.41
Hex 2E A1 3A 47 0 40 25 7E 38 29
Octal 56 241 72 107 0 100 45 176 70 51
Binary 101110 10100001 111010 1000111 0 1000000 100101 1111110 111000 101001

Color Harmonies of #2EA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA13A

Black with #2EA13A

Text Example


Text Example

White with #2EA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,161,58); }

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

background-color css

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

 a { background-color: rgb(46,161,58); }

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

border-color css

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

 span { border-color: rgb(46,161,58); }

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