#2EA316

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

Shades of Forest Green #2EA316

Tints of Forest Green #2EA316

Color information

#2EA316 (or 0x2EA316) is unknown color: approx Forest Green. HEX triplet: 2E, A3 and 16. RGB value is (46,163,22). Sum of RGB (Red+Green+Blue) = 46+163+22=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 163 (64.06% from 255 or 70.56% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA316 is #D15CE9. Grayscale: #707070. Windows color (decimal): -13720810 or 1483566. OLE color: 1483566.

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

Color convert

RGB4616322-
CMYK0.7200.870.36
HSL109.79º76.22%36.27%-
HSV(B)109.79º86.5%63.92%-
XYZ14.3726.835.18-
YUV111.9477.2480.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 163 (64.06% from 255) = 70.56%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=19.91%
G=70.56%
B=9.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46163220.7200.870.36109.7976.2236.27
Hex2EA31648057246e4c24
Octal562432611001274415611444
Binary101110101000111011010010000101011110010011011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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