#2EA10B

Color #2EA10B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2EA10B

Tints of Forest Green #2EA10B

Color information

#2EA10B (or 0x2EA10B) is unknown color: approx Forest Green. HEX triplet: 2E, A1 and 0B. RGB value is (46,161,11). Sum of RGB (Red+Green+Blue) = 46+161+11=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA10B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA10B is #D15EF4. Grayscale: #6D6D6D. Windows color (decimal): -13721333 or 762158. OLE color: 762158.

HSL color Cylindrical-coordinate representation of color #2EA10B: hue angle of 106º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EA10B is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB4616111-
CMYK0.7100.930.37
HSL106º87.21%33.73%-
HSV(B)106º93.17%63.14%-
XYZ13.9326.094.62-
YUV109.5272.482.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.10%
GREEN value IS 161 (63.28% from 255) = 73.85%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=21.10%
G=73.85%
B=5.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161110.7100.930.3710687.2133.73
Hex2EA1B4705D256a5722
Octal562411310701354515212742
Binary10111010100001101110001110101110110010111010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,161,11); }

 H1.HeaderClassName
 {
   color: #2EA10B;
 }
 .AnyTagClassName
 {
   color: #2EA10B;
 }
</style>
background-color css

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

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

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

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

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

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