Html Css Color HEX #2EAA28 Forest Green

📋 copy color: '#2EAA28'

red 46 ◦ green 170 ◦ blue 40

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

Shades of Forest Green #2EAA28

Tints of Forest Green #2EAA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 66.41%

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

R = 17.97%
G = 66.41%
B = 15.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#2EAA28 (or 0x2EAA28) is known color: Forest Green. HEX triplet: 2E, AA and 28. RGB value is (46,170,40). Sum of RGB (Red+Green+Blue) = 46+170+40=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA28 is #D155D7. Grayscale: #767676. Windows color (decimal): -13719000 or 2665006. OLE color: 2665006.

HSL color Cylindrical-coordinate representation of color #2EAA28: hue angle of 117.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EAA28 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 40 -
CMYK 0.73 0 0.76 0.33
HSL 117.23º 0.62% 0.41% -
HSV(B) 117.23º 0.76% 0.67% -
XYZ 15.88 29.48 6.86 -
YUV 118.1 83.92 76.57 -
System Red Green Blue C M Y K H S L
Decimal 46 170 40 0.73 0 0.76 0.33 117.23 0.62 0.41
Hex 2E AA 28 49 0 4C 21 75 3E 29
Octal 56 252 50 111 0 114 41 165 76 51
Binary 101110 10101010 101000 1001001 0 1001100 100001 1110101 111110 101001

Color Harmonies of #2EAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA28

Black with #2EAA28

Text Example


Text Example

White with #2EAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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