#2EA30F

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

Shades of Forest Green #2EA30F

Tints of Forest Green #2EA30F

Color information

#2EA30F (or 0x2EA30F) is unknown color: approx Forest Green. HEX triplet: 2E, A3 and 0F. RGB value is (46,163,15). Sum of RGB (Red+Green+Blue) = 46+163+15=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA30F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA30F is #D15CF0. Grayscale: #6F6F6F. Windows color (decimal): -13720817 or 1024814. OLE color: 1024814.

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

Color convert

RGB4616315-
CMYK0.7200.910.36
HSL107.43º83.15%34.9%-
HSV(B)107.43º90.8%63.92%-
XYZ14.3126.814.87-
YUV111.1473.7481.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 163 (64.06% from 255) = 72.77%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=20.54%
G=72.77%
B=6.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46163150.7200.910.36107.4383.1534.9
Hex2EA3F4805B246b5323
Octal562431711001334415312343
Binary10111010100011111110010000101101110010011010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,163,15); }

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

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

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

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

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

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

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