#2E8D1D

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

Shades of Forest Green #2E8D1D

Tints of Forest Green #2E8D1D

Color information

#2E8D1D (or 0x2E8D1D) is unknown color: approx Forest Green. HEX triplet: 2E, 8D and 1D. RGB value is (46,141,29). Sum of RGB (Red+Green+Blue) = 46+141+29=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8D1D is #D172E2. Grayscale: #646464. Windows color (decimal): -13726435 or 1936686. OLE color: 1936686.

HSL color Cylindrical-coordinate representation of color #2E8D1D: hue angle of 110.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E8D1D is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB4614129-
CMYK0.6700.790.45
HSL110.89º65.88%33.33%-
HSV(B)110.89º79.43%55.29%-
XYZ10.8719.724.4-
YUV99.8388.0389.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 141 (55.47% from 255) = 65.28%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=21.30%
G=65.28%
B=13.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46141290.6700.790.45110.8965.8833.33
Hex2E8D1D4304F2D6f4221
Octal562153510301175515710241
Binary101110100011011110110000110100111110110111011111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,141,29); }

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

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

 a { background-color: rgb(46,141,29); }

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

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

 span { border-color: rgb(46,141,29); }

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