#2EA20B

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

Shades of Forest Green #2EA20B

Tints of Forest Green #2EA20B

Color information

#2EA20B (or 0x2EA20B) is unknown color: approx Forest Green. HEX triplet: 2E, A2 and 0B. RGB value is (46,162,11). Sum of RGB (Red+Green+Blue) = 46+162+11=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA20B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA20B is #D15DF4. Grayscale: #6E6E6E. Windows color (decimal): -13721077 or 762414. OLE color: 762414.

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

Color convert

RGB4616211-
CMYK0.7200.930.36
HSL106.09º87.28%33.92%-
HSV(B)106.09º93.21%63.53%-
XYZ14.1126.454.68-
YUV110.172.0782.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 162 (63.67% from 255) = 73.97%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=21.00%
G=73.97%
B=5.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162110.7200.930.36106.0987.2833.92
Hex2EA2B4805D246a5722
Octal562421311001354415212742
Binary10111010100010101110010000101110110010011010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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