#2E9332

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

Shades of Forest Green #2E9332

Tints of Forest Green #2E9332

Color information

#2E9332 (or 0x2E9332) is unknown color: approx Forest Green. HEX triplet: 2E, 93 and 32. RGB value is (46,147,50). Sum of RGB (Red+Green+Blue) = 46+147+50=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9332 is #D16CCD. Grayscale: #6A6A6A. Windows color (decimal): -13724878 or 3314478. OLE color: 3314478.

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

Color convert

RGB4614750-
CMYK0.6900.660.42
HSL122.38º52.33%37.84%-
HSV(B)122.38º68.71%57.65%-
XYZ12.1421.686.56-
YUV105.7496.5485.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 147 (57.81% from 255) = 60.49%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=18.93%
G=60.49%
B=20.58%

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
Decimal46147500.6900.660.42122.3852.3337.84
Hex2E9332450422A7a3426
Octal56223621050102521726446
Binary101110100100111100101000101010000101010101111010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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