#2E963C

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

Shades of Forest Green #2E963C

Tints of Forest Green #2E963C

Color information

#2E963C (or 0x2E963C) is unknown color: approx Forest Green. HEX triplet: 2E, 96 and 3C. RGB value is (46,150,60). Sum of RGB (Red+Green+Blue) = 46+150+60=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #2E963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E963C is #D169C3. Grayscale: #6C6C6C. Windows color (decimal): -13724100 or 3970606. OLE color: 3970606.

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

Color convert

RGB4615060-
CMYK0.6900.60.41
HSL128.08º53.06%38.43%-
HSV(B)128.08º69.33%58.82%-
XYZ12.8522.727.98-
YUV108.64100.5483.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 150 (58.98% from 255) = 58.59%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=17.97%
G=58.59%
B=23.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46150600.6900.60.41128.0853.0638.43
Hex2E963C4503C29803526
Octal5622674105074512006546
Binary101110100101101111001000101011110010100110000000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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