#2E8C2D

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

Shades of Forest Green #2E8C2D

Tints of Forest Green #2E8C2D

Color information

#2E8C2D (or 0x2E8C2D) is unknown color: approx Forest Green. HEX triplet: 2E, 8C and 2D. RGB value is (46,140,45). Sum of RGB (Red+Green+Blue) = 46+140+45=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8C2D is #D173D2. Grayscale: #656565. Windows color (decimal): -13726675 or 2985006. OLE color: 2985006.

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

Color convert

RGB4614045-
CMYK0.6700.680.45
HSL119.37º51.35%36.27%-
HSV(B)119.37º67.86%54.9%-
XYZ10.9819.535.67-
YUV101.0696.3688.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 140 (55.08% from 255) = 60.61%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=19.91%
G=60.61%
B=19.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46140450.6700.680.45119.3751.3536.27
Hex2E8C2D430442D773324
Octal56214551030104551676344
Binary101110100011001011011000011010001001011011110111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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