#2E963D

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

Shades of Forest Green #2E963D

Tints of Forest Green #2E963D

Color information

#2E963D (or 0x2E963D) is unknown color: approx Forest Green. HEX triplet: 2E, 96 and 3D. RGB value is (46,150,61). Sum of RGB (Red+Green+Blue) = 46+150+61=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #2E963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E963D is #D169C2. Grayscale: #6D6D6D. Windows color (decimal): -13724099 or 4036142. OLE color: 4036142.

HSL color Cylindrical-coordinate representation of color #2E963D: hue angle of 128.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E963D is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB4615061-
CMYK0.6900.590.41
HSL128.65º53.06%38.43%-
HSV(B)128.65º69.33%58.82%-
XYZ12.8822.738.12-
YUV108.76101.0483.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=17.90%
G=58.37%
B=23.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46150610.6900.590.41128.6553.0638.43
Hex2E963D4503B29813526
Octal5622675105073512016546
Binary101110100101101111011000101011101110100110000001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,150,61); }

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

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

 a { background-color: rgb(46,150,61); }

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

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

 span { border-color: rgb(46,150,61); }

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