Html Css Color HEX #2EAA1B Forest Green

📋 copy color: '#2EAA1B'

red 46 ◦ green 170 ◦ blue 27

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

Shades of Forest Green #2EAA1B

Tints of Forest Green #2EAA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 18.93%
G = 69.96%
B = 11.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#2EAA1B (or 0x2EAA1B) is known color: Forest Green. HEX triplet: 2E, AA and 1B. RGB value is (46,170,27). Sum of RGB (Red+Green+Blue) = 46+170+27=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA1B is #D155E4. Grayscale: #757575. Windows color (decimal): -13719013 or 1813038. OLE color: 1813038.

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

Color convert

RGB 46 170 27 -
CMYK 0.73 0 0.84 0.33
HSL 112.03º 0.73% 0.39% -
HSV(B) 112.03º 0.84% 0.67% -
XYZ 15.7 29.41 5.89 -
YUV 116.62 77.42 77.63 -
System Red Green Blue C M Y K H S L
Decimal 46 170 27 0.73 0 0.84 0.33 112.03 0.73 0.39
Hex 2E AA 1B 49 0 54 21 70 49 27
Octal 56 252 33 111 0 124 41 160 111 47
Binary 101110 10101010 11011 1001001 0 1010100 100001 1110000 1001001 100111

Color Harmonies of #2EAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA1B

Black with #2EAA1B

Text Example


Text Example

White with #2EAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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