#2E8D35

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

Shades of Forest Green #2E8D35

Tints of Forest Green #2E8D35

Color information

#2E8D35 (or 0x2E8D35) is unknown color: approx Forest Green. HEX triplet: 2E, 8D and 35. RGB value is (46,141,53). Sum of RGB (Red+Green+Blue) = 46+141+53=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8D35 is #D172CA. Grayscale: #666666. Windows color (decimal): -13726411 or 3509550. OLE color: 3509550.

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

Color convert

RGB4614153-
CMYK0.6700.620.45
HSL124.42º50.8%36.67%-
HSV(B)124.42º67.38%55.29%-
XYZ11.2919.896.61-
YUV102.56100.0387.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 141 (55.47% from 255) = 58.75%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=19.17%
G=58.75%
B=22.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46141530.6700.620.45124.4250.836.67
Hex2E8D354303E2D7c3325
Octal5621565103076551746345
Binary10111010001101110101100001101111101011011111100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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