#2E901A

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

Shades of Forest Green #2E901A

Tints of Forest Green #2E901A

Color information

#2E901A (or 0x2E901A) is unknown color: approx Forest Green. HEX triplet: 2E, 90 and 1A. RGB value is (46,144,26). Sum of RGB (Red+Green+Blue) = 46+144+26=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #2E901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E901A is #D16FE5. Grayscale: #656565. Windows color (decimal): -13725670 or 1740846. OLE color: 1740846.

HSL color Cylindrical-coordinate representation of color #2E901A: hue angle of 109.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E901A is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB4614426-
CMYK0.6800.820.44
HSL109.83º69.41%33.33%-
HSV(B)109.83º81.94%56.47%-
XYZ11.2920.64.36-
YUV101.2585.5388.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 144 (56.64% from 255) = 66.67%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=21.30%
G=66.67%
B=12.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46144260.6800.820.44109.8369.4133.33
Hex2E901A440522C6e4521
Octal562203210401225415610541
Binary101110100100001101010001000101001010110011011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,144,26); }

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

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

 a { background-color: rgb(46,144,26); }

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

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

 span { border-color: rgb(46,144,26); }

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