Html Css Color HEX #2EA925 Forest Green

📋 copy color: '#2EA925'

red 46 ◦ green 169 ◦ blue 37

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

Shades of Forest Green #2EA925

Tints of Forest Green #2EA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 67.06%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 18.25%
G = 67.06%
B = 14.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#2EA925 (or 0x2EA925) is known color: Forest Green. HEX triplet: 2E, A9 and 25. RGB value is (46,169,37). Sum of RGB (Red+Green+Blue) = 46+169+37=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 169 (66.41% from 255 or 67.06% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA925 is #D156DA. Grayscale: #757575. Windows color (decimal): -13719259 or 2468142. OLE color: 2468142.

HSL color Cylindrical-coordinate representation of color #2EA925: hue angle of 115.91º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EA925 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 169 37 -
CMYK 0.73 0 0.78 0.34
HSL 115.91º 0.64% 0.4% -
HSV(B) 115.91º 0.78% 0.66% -
XYZ 15.65 29.09 6.54 -
YUV 117.18 82.75 77.23 -
System Red Green Blue C M Y K H S L
Decimal 46 169 37 0.73 0 0.78 0.34 115.91 0.64 0.4
Hex 2E A9 25 49 0 4E 22 74 40 28
Octal 56 251 45 111 0 116 42 164 100 50
Binary 101110 10101001 100101 1001001 0 1001110 100010 1110100 1000000 101000

Color Harmonies of #2EA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA925

Black with #2EA925

Text Example


Text Example

White with #2EA925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,37); }

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

background-color css

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

 a { background-color: rgb(46,169,37); }

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

border-color css

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

 span { border-color: rgb(46,169,37); }

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