#2E953B

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

Shades of Forest Green #2E953B

Tints of Forest Green #2E953B

Color information

#2E953B (or 0x2E953B) is unknown color: approx Forest Green. HEX triplet: 2E, 95 and 3B. RGB value is (46,149,59). Sum of RGB (Red+Green+Blue) = 46+149+59=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #2E953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E953B is #D16AC4. Grayscale: #6C6C6C. Windows color (decimal): -13724357 or 3904814. OLE color: 3904814.

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

Color convert

RGB4614959-
CMYK0.6900.600.42
HSL127.57º52.82%38.24%-
HSV(B)127.57º69.13%58.43%-
XYZ12.6622.397.79-
YUV107.94100.3883.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=18.11%
G=58.66%
B=23.23%

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
Decimal46149590.6900.600.42127.5752.8238.24
Hex2E953B4503C2A803526
Octal5622573105074522006546
Binary101110100101011110111000101011110010101010000000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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