#2E963B

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

Shades of Forest Green #2E963B

Tints of Forest Green #2E963B

Color information

#2E963B (or 0x2E963B) is unknown color: approx Forest Green. HEX triplet: 2E, 96 and 3B. RGB value is (46,150,59). Sum of RGB (Red+Green+Blue) = 46+150+59=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #2E963B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E963B is #D169C4. Grayscale: #6C6C6C. Windows color (decimal): -13724101 or 3905070. OLE color: 3905070.

HSL color Cylindrical-coordinate representation of color #2E963B: hue angle of 127.5º 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 #2E963B is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB4615059-
CMYK0.6900.610.41
HSL127.5º53.06%38.43%-
HSV(B)127.5º69.33%58.82%-
XYZ12.8222.717.85-
YUV108.53100.0483.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 150 (58.98% from 255) = 58.82%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=18.04%
G=58.82%
B=23.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46150590.6900.610.41127.553.0638.43
Hex2E963B4503D29803526
Octal5622673105075512006546
Binary101110100101101110111000101011110110100110000000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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