Html Css Color HEX #2EA528 Forest Green

📋 copy color: '#2EA528'

red 46 ◦ green 165 ◦ blue 40

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

Shades of Forest Green #2EA528

Tints of Forest Green #2EA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 65.74%

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 18.33%
G = 65.74%
B = 15.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#2EA528 (or 0x2EA528) is known color: Forest Green. HEX triplet: 2E, A5 and 28. RGB value is (46,165,40). Sum of RGB (Red+Green+Blue) = 46+165+40=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA528 is #D15AD7. Grayscale: #737373. Windows color (decimal): -13720280 or 2663726. OLE color: 2663726.

HSL color Cylindrical-coordinate representation of color #2EA528: hue angle of 117.12º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA528 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 165 40 -
CMYK 0.72 0 0.76 0.35
HSL 117.12º 0.61% 0.4% -
HSV(B) 117.12º 0.76% 0.65% -
XYZ 14.96 27.64 6.55 -
YUV 115.17 85.58 78.66 -
System Red Green Blue C M Y K H S L
Decimal 46 165 40 0.72 0 0.76 0.35 117.12 0.61 0.4
Hex 2E A5 28 48 0 4C 23 75 3D 28
Octal 56 245 50 110 0 114 43 165 75 50
Binary 101110 10100101 101000 1001000 0 1001100 100011 1110101 111101 101000

Color Harmonies of #2EA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA528

Black with #2EA528

Text Example


Text Example

White with #2EA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,40); }

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

background-color css

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

 a { background-color: rgb(46,165,40); }

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

border-color css

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

 span { border-color: rgb(46,165,40); }

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