#2E9532

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

Shades of Forest Green #2E9532

Tints of Forest Green #2E9532

Color information

#2E9532 (or 0x2E9532) is unknown color: approx Forest Green. HEX triplet: 2E, 95 and 32. RGB value is (46,149,50). Sum of RGB (Red+Green+Blue) = 46+149+50=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9532 is #D16ACD. Grayscale: #6B6B6B. Windows color (decimal): -13724366 or 3314990. OLE color: 3314990.

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

Color convert

RGB4614950-
CMYK0.6900.660.42
HSL122.33º52.82%38.24%-
HSV(B)122.33º69.13%58.43%-
XYZ12.4522.316.67-
YUV106.9295.8884.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=18.78%
G=60.82%
B=20.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46149500.6900.660.42122.3352.8238.24
Hex2E9532450422A7a3526
Octal56225621050102521726546
Binary101110100101011100101000101010000101010101111010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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