#2E8A1A

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

Shades of Forest Green #2E8A1A

Tints of Forest Green #2E8A1A

Color information

#2E8A1A (or 0x2E8A1A) is unknown color: approx Forest Green. HEX triplet: 2E, 8A and 1A. RGB value is (46,138,26). Sum of RGB (Red+Green+Blue) = 46+138+26=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A1A is #D175E5. Grayscale: #626262. Windows color (decimal): -13727206 or 1739310. OLE color: 1739310.

HSL color Cylindrical-coordinate representation of color #2E8A1A: hue angle of 109.29º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E8A1A is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB4613826-
CMYK0.6700.810.46
HSL109.29º68.29%32.16%-
HSV(B)109.29º81.16%54.12%-
XYZ10.418.834.06-
YUV97.7287.5291.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 138 (54.30% from 255) = 65.71%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=21.90%
G=65.71%
B=12.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46138260.6700.810.46109.2968.2932.16
Hex2E8A1A430512E6d4420
Octal562123210301215615510440
Binary101110100010101101010000110101000110111011011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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