#2E852C

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

Shades of Forest Green #2E852C

Tints of Forest Green #2E852C

Color information

#2E852C (or 0x2E852C) is unknown color: approx Forest Green. HEX triplet: 2E, 85 and 2C. RGB value is (46,133,44). Sum of RGB (Red+Green+Blue) = 46+133+44=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #2E852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E852C is #D17AD3. Grayscale: #616161. Windows color (decimal): -13728468 or 2917678. OLE color: 2917678.

HSL color Cylindrical-coordinate representation of color #2E852C: hue angle of 118.65º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E852C is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB4613344-
CMYK0.6500.670.48
HSL118.65º50.28%34.71%-
HSV(B)118.65º66.92%52.16%-
XYZ9.9717.545.24-
YUV96.8498.1891.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=20.63%
G=59.64%
B=19.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133440.6500.670.48118.6550.2834.71
Hex2E852C4104330773223
Octal56205541010103601676243
Binary101110100001011011001000001010000111100001110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,44); }

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

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

 a { background-color: rgb(46,133,44); }

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

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

 span { border-color: rgb(46,133,44); }

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