Html Css Color HEX #2EAA2E Forest Green

📋 copy color: '#2EAA2E'

red 46 ◦ green 170 ◦ blue 46

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

Shades of Forest Green #2EAA2E

Tints of Forest Green #2EAA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.56%

R = 17.56%
G = 64.89%
B = 17.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#2EAA2E (or 0x2EAA2E) is known color: Forest Green. HEX triplet: 2E, AA and 2E. RGB value is (46,170,46). Sum of RGB (Red+Green+Blue) = 46+170+46=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA2E is #D155D1. Grayscale: #777777. Windows color (decimal): -13718994 or 3058222. OLE color: 3058222.

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

Color convert

RGB 46 170 46 -
CMYK 0.73 0 0.73 0.33
HSL 120º 0.57% 0.42% -
HSV(B) 120º 0.73% 0.67% -
XYZ 15.99 29.53 7.44 -
YUV 118.79 86.92 76.08 -
System Red Green Blue C M Y K H S L
Decimal 46 170 46 0.73 0 0.73 0.33 120 0.57 0.42
Hex 2E AA 2E 49 0 49 21 78 39 2A
Octal 56 252 56 111 0 111 41 170 71 52
Binary 101110 10101010 101110 1001001 0 1001001 100001 1111000 111001 101010

Color Harmonies of #2EAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA2E

Black with #2EAA2E

Text Example


Text Example

White with #2EAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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