#2EA92D

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

Shades of Forest Green #2EA92D

Tints of Forest Green #2EA92D

Color information

#2EA92D (or 0x2EA92D) is unknown color: approx Forest Green. HEX triplet: 2E, A9 and 2D. RGB value is (46,169,45). Sum of RGB (Red+Green+Blue) = 46+169+45=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 169 (66.41% from 255 or 65% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA92D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA92D is #D156D2. Grayscale: #767676. Windows color (decimal): -13719251 or 2992430. OLE color: 2992430.

HSL color Cylindrical-coordinate representation of color #2EA92D: hue angle of 119.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA92D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB4616945-
CMYK0.7300.730.34
HSL119.52º57.94%41.96%-
HSV(B)119.52º73.37%66.27%-
XYZ15.7929.157.28-
YUV118.0986.7576.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.69%
GREEN value IS 169 (66.41% from 255) = 65%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=17.69%
G=65%
B=17.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169450.7300.730.34119.5257.9441.96
Hex2EA92D4904922783a2a
Octal56251551110111421707252
Binary101110101010011011011001001010010011000101111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,45); }

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

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

 a { background-color: rgb(46,169,45); }

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

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

 span { border-color: rgb(46,169,45); }

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