#2E982A

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

Shades of Forest Green #2E982A

Tints of Forest Green #2E982A

Color information

#2E982A (or 0x2E982A) is unknown color: approx Forest Green. HEX triplet: 2E, 98 and 2A. RGB value is (46,152,42). Sum of RGB (Red+Green+Blue) = 46+152+42=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #2E982A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E982A is #D167D5. Grayscale: #6C6C6C. Windows color (decimal): -13723606 or 2791470. OLE color: 2791470.

HSL color Cylindrical-coordinate representation of color #2E982A: hue angle of 117.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E982A is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB4615242-
CMYK0.7000.720.40
HSL117.82º56.7%38.04%-
HSV(B)117.82º72.37%59.61%-
XYZ12.7723.26-
YUV107.7790.8883.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 152 (59.77% from 255) = 63.33%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=19.17%
G=63.33%
B=17.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46152420.7000.720.40117.8256.738.04
Hex2E982A4604828763926
Octal56230521060110501667146
Binary101110100110001010101000110010010001010001110110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,152,42); }

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

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

 a { background-color: rgb(46,152,42); }

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

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

 span { border-color: rgb(46,152,42); }

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