#2E953C

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

Shades of Forest Green #2E953C

Tints of Forest Green #2E953C

Color information

#2E953C (or 0x2E953C) is unknown color: approx Forest Green. HEX triplet: 2E, 95 and 3C. RGB value is (46,149,60). Sum of RGB (Red+Green+Blue) = 46+149+60=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #2E953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E953C is #D16AC3. Grayscale: #6C6C6C. Windows color (decimal): -13724356 or 3970350. OLE color: 3970350.

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

Color convert

RGB4614960-
CMYK0.6900.600.42
HSL128.16º52.82%38.24%-
HSV(B)128.16º69.13%58.43%-
XYZ12.6922.47.93-
YUV108.06100.8883.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 149 (58.59% from 255) = 58.43%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=18.04%
G=58.43%
B=23.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46149600.6900.600.42128.1652.8238.24
Hex2E953C4503C2A803526
Octal5622574105074522006546
Binary101110100101011111001000101011110010101010000000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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