Html Css Color HEX #2EA130 Forest Green

📋 copy color: '#2EA130'

red 46 ◦ green 161 ◦ blue 48

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

Shades of Forest Green #2EA130

Tints of Forest Green #2EA130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.82%

R = 18.04%
G = 63.14%
B = 18.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#2EA130 (or 0x2EA130) is known color: Forest Green. HEX triplet: 2E, A1 and 30. RGB value is (46,161,48). Sum of RGB (Red+Green+Blue) = 46+161+48=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA130 is #D15ECF. Grayscale: #727272. Windows color (decimal): -13721296 or 3186990. OLE color: 3186990.

HSL color Cylindrical-coordinate representation of color #2EA130: hue angle of 121.04º 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 #2EA130 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 161 48 -
CMYK 0.71 0 0.70 0.37
HSL 121.04º 0.56% 0.41% -
HSV(B) 121.04º 0.71% 0.63% -
XYZ 14.41 26.28 7.11 -
YUV 113.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 46 161 48 0.71 0 0.70 0.37 121.04 0.56 0.41
Hex 2E A1 30 47 0 46 25 79 38 29
Octal 56 241 60 107 0 106 45 171 70 51
Binary 101110 10100001 110000 1000111 0 1000110 100101 1111001 111000 101001

Color Harmonies of #2EA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA130

Black with #2EA130

Text Example


Text Example

White with #2EA130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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